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

@ -8,6 +8,7 @@ namespace Cirno.Scripts.Resources;
public partial class BossPhase : Resource
{
[Export] public int Threshold;
[Export] public bool PlayAnimation;
[Export] public Array<AttackPattern> Patterns;
private int currentPatternIndex = 0;