Game over and proper acid death

This commit is contained in:
Marco 2025-07-02 15:15:47 +02:00
commit 7d49c5a25e
13 changed files with 925 additions and 784 deletions

View file

@ -102,9 +102,10 @@ public partial class PlayerAnimationProvider3D : Node3D
public void PlayDeathAnimation()
{
this.Visible = false;
// if (_deathParticles is null) return;
// this.CreateSibling<AutodeleteParticle>(_deathParticles, this.GlobalPosition);
// _animatedSprite.Visible = false;
}
public void PlayDrowningAnimation()