set max unit slides to 2

This commit is contained in:
2024-10-06 05:09:02 +10:00
parent b466fc0086
commit dc7463722f

View File

@@ -17,6 +17,7 @@ func _ready() -> void:
set_selected(false)
nav_agent.max_speed = MOVE_SPEED
nav_agent.velocity_computed.connect(_on_nav_agent_velocity_computed)
set_max_slides(2)
func _process(delta: float) -> void: