update human models and animations

This commit is contained in:
2026-06-21 11:11:01 +02:00
parent 196a238f5c
commit ee6fe2ab89
21 changed files with 8628 additions and 98 deletions

View File

@@ -8,3 +8,5 @@ func enter() -> void:
func physics_update(_delta) -> void:
if agent.nav_agent.is_navigation_finished():
transitioned.emit(self, get_next_state())
elif agent.nav_agent.get_current_navigation_path().is_empty():
transitioned.emit(self, get_next_state())