mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 17:35:55 +00:00
Boss phase animations
This commit is contained in:
parent
1db132d77d
commit
b4fdb9c9e3
8 changed files with 90 additions and 9 deletions
8
Scripts/UI/BossPhaseAnimation.cs
Normal file
8
Scripts/UI/BossPhaseAnimation.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.UI;
|
||||
|
||||
public partial class BossPhaseAnimation : TextureRect
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue