refactoring ai and add new animations

This commit is contained in:
2026-05-24 17:39:04 +02:00
parent 0c237430ea
commit 9e5946ddab
21 changed files with 4375 additions and 81 deletions

View File

@@ -0,0 +1,10 @@
extends State
func enter() -> void:
super.enter()
run_animation()
agent.navigate_to_random_point()
func physics_update(_delta) -> void:
if agent.nav_agent.is_navigation_finished():
transitioned.emit(self, next_state_id)