This commit is contained in:
Marco 2025-04-09 15:12:08 +02:00
commit 538f4f215f
13 changed files with 105 additions and 17 deletions

View file

@ -35,6 +35,5 @@ shape = SubResource("CircleShape2D_4awvh")
[node name="Health" type="Node2D" parent="DamageReceiver"]
script = ExtResource("6_xbljl")
ResourceName = "Health"
MaxResource = 4.0
[connection signal="area_entered" from="DamageReceiver" to="DamageReceiver" method="_on_damage_hitbox_area_entered"]

File diff suppressed because one or more lines are too long