Boss phase animations

This commit is contained in:
Marco 2025-02-12 18:16:16 +01:00
commit b4fdb9c9e3
8 changed files with 90 additions and 9 deletions

View file

@ -0,0 +1,8 @@
using Godot;
namespace Cirno.Scripts.UI;
public partial class BossPhaseAnimation : TextureRect
{
}