mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Made Cirno float
This commit is contained in:
parent
b720990fe2
commit
98af0dc1ea
12 changed files with 349 additions and 13 deletions
|
|
@ -185,6 +185,7 @@ public partial class PlayerAnimationProvider : Node2D
|
|||
|
||||
public void PlayShieldAnimation()
|
||||
{
|
||||
if (_shieldParticles is null) return;
|
||||
_shieldParticles.Emitting = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue