person interaction update

This commit is contained in:
Nikolai Fesenko
2025-08-17 20:49:29 +02:00
parent c073bb555f
commit a62d2e29bc
12 changed files with 128 additions and 21 deletions

View File

@@ -29,5 +29,10 @@ shape = SubResource("ConvexPolygonShape3D_dbviw")
avoidance_enabled = true
debug_enabled = true
[node name="Timer" type="Timer" parent="."]
wait_time = 4.0
one_shot = true
[connection signal="navigation_finished" from="NavigationAgent3D" to="." method="_on_navigation_agent_3d_navigation_finished"]
[connection signal="target_reached" from="NavigationAgent3D" to="." method="_on_navigation_agent_3d_target_reached"]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]