3D Explosions

This commit is contained in:
Marco 2025-06-20 11:28:18 +02:00
commit ad63d2ff43
20 changed files with 207 additions and 19 deletions

View file

@ -0,0 +1,12 @@
using Godot;
namespace Cirno.Scripts.Components.Actors;
public partial class PooledAnimatedSpritePlayer3D : AnimatedSprite3D
{
public void PlayAnimation()
{
this.SetFrame(0);
this.Play();
}
}

View file

@ -0,0 +1 @@
uid://cvk4jbit45sfi