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

@ -3,7 +3,7 @@ using System;
public partial class AudioDamage : AudioStreamPlayer2D
{
public void OnHPChanged(int amount)
public void OnDamaged(int amount)
{
Play();
}