mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 20:25:54 +00:00
Boss phase animations
This commit is contained in:
parent
1db132d77d
commit
b4fdb9c9e3
8 changed files with 90 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue