add displaying gathering radius when showing unit info
This commit is contained in:
@@ -58,7 +58,7 @@ func _handle_wandering(delta: float) -> void:
|
||||
|
||||
|
||||
func _handle_gathering() -> void:
|
||||
gathering.handle_gathering(state != AntGathererState.GATHERING)
|
||||
gathering.handle_gathering(state != AntGathererState.GATHERING, showing_info)
|
||||
|
||||
|
||||
func _on_moving_ended() -> void:
|
||||
|
||||
Reference in New Issue
Block a user