add human fbx and idle/walking animation

This commit is contained in:
2026-05-18 23:23:55 +02:00
parent fcab02469a
commit 1adc0ef5b7
14 changed files with 6485 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ const IDLE_STATE_ID: StringName = &"idle"
func enter() -> void:
agent.navigate_to_random_point()
agent.run_walking_animation()
func physics_update(_delta) -> void:
if agent.nav_agent.is_navigation_finished():