Updated damage signal to player.

This commit is contained in:
Henry 2025-12-11 10:30:38 +00:00
parent 0791653610
commit bfe71e4908
4 changed files with 18 additions and 6 deletions

View file

@ -99,4 +99,5 @@ shape = SubResource("RectangleShape2D_op7ga")
one_shot = true
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="damage_taken" from="." to="." method="_on_damage_taken"]
[connection signal="timeout" from="GunCooldown" to="." method="_on_gun_cool_down_timeout"]