Zombie signal fix

This commit is contained in:
Фёдор Веселов 2024-09-25 18:04:30 +05:00
commit fd7060e5c5
3 changed files with 6 additions and 2 deletions

View file

@ -66,3 +66,7 @@ position = Vector2(848, 254)
_line = 3
[connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]
[connection signal="OnHPChanged" from="Zombie" to="Zombie/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie2" to="Zombie2/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie3" to="Zombie3/AudioStreamPlayer2D" method="OnHPChanged"]
[connection signal="OnHPChanged" from="Zombie4" to="Zombie4/AudioStreamPlayer2D" method="OnHPChanged"]