Shield Extend

This commit is contained in:
Marco 2025-03-21 09:41:22 +01:00
commit 242222a4d7
20 changed files with 456 additions and 28 deletions

View file

@ -129,6 +129,7 @@ EquippedWeapon = NodePath("../EnemyWeapon")
_playerDetection = NodePath("../PlayerDetection")
[node name="PlayerDetection" type="Area2D" parent="."]
visible = false
collision_layer = 0
collision_mask = 2
script = ExtResource("8_m5ma3")