Made Cirno float

This commit is contained in:
Marco 2025-05-05 15:44:31 +02:00
commit 98af0dc1ea
12 changed files with 349 additions and 13 deletions

View file

@ -185,6 +185,7 @@ public partial class PlayerAnimationProvider : Node2D
public void PlayShieldAnimation()
{
if (_shieldParticles is null) return;
_shieldParticles.Emitting = true;
}