Zombie signal fix
This commit is contained in:
parent
9f454b2505
commit
fd7060e5c5
3 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ using System;
|
|||
|
||||
public partial class AudioDamage : AudioStreamPlayer2D
|
||||
{
|
||||
public void OnHPChanged(int amount)
|
||||
public void OnDamaged(int amount)
|
||||
{
|
||||
Play();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue