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

@@ -55,7 +55,7 @@ func _physics_process(delta: float) -> void:
var look_dir = Vector3(velocity.x, 0, velocity.z)
var target_transform = global_transform.looking_at(global_position - look_dir, Vector3.UP)
global_transform = global_transform.interpolate_with(target_transform, delta * 10.0)
move_and_slide()
func navigate_to_random_point() -> void: