remove print statement
parent
fb80aa5c12
commit
3bd5c62ac4
|
@ -8,7 +8,6 @@ public partial class Vignette : TextureRect
|
|||
{
|
||||
Events.EventBus.Instance.PlayerHurt += (Events.HurtArgs args) =>
|
||||
{
|
||||
GD.Print("TIGHTEN!!!");
|
||||
GetNode<AnimationPlayer>("AnimationPlayer").Play("tighten");
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue