idle works with avoidance

This commit is contained in:
derek
2025-04-30 13:42:57 -05:00
parent 40edd9a2fc
commit 30f5e19123
4 changed files with 13 additions and 5 deletions

View File

@@ -172,3 +172,7 @@ func save():
"health" : health
}
return save_dict
func _on_navigation_agent_3d_velocity_computed(safe_velocity: Vector3) -> void:
state_machine.current_state.velocity_computed(safe_velocity)