Further improved NPC logic, and made it multiplayer friendly.

This commit is contained in:
Patrick_Pluto 2024-12-12 11:59:22 +01:00
parent 1ca0a2bdc0
commit 1ee6f6cc6d
5 changed files with 56 additions and 57 deletions

View file

@ -22,3 +22,5 @@ shape = SubResource("CapsuleShape3D_am313")
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="."]
avoidance_enabled = true
height = 2.0
[node name="Timer" type="Timer" parent="."]