This commit is contained in:
2025-10-29 04:02:47 +01:00
parent 84f75cb2a7
commit 99c606ca5b
33 changed files with 1004 additions and 76 deletions

View File

@@ -67,10 +67,8 @@ rotation = 1.5707964
shape = SubResource("CapsuleShape2D_04wrl")
[node name="NavigationAgent2D" type="NavigationAgent2D" parent="."]
target_desired_distance = 20.0
avoidance_enabled = true
radius = 16.0
neighbor_distance = 48.0
[node name="VisibleOnScreenEnabler2D" type="VisibleOnScreenEnabler2D" parent="."]
@@ -80,7 +78,7 @@ collision_mask = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" groups=["Enemy"]]
shape = SubResource("CircleShape2D_04wrl")
debug_color = Color(0.4897036, 0.51211786, 0.7549306, 0.41960785)
debug_color = Color(0.49019608, 0.5137255, 0.75686276, 0)
[node name="FollowUpdateTimer" type="Timer" parent="."]