mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 03:25:54 +00:00
Game over and proper acid death
This commit is contained in:
parent
bacf41e726
commit
7d49c5a25e
13 changed files with 925 additions and 784 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue