mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
Boss HUD
This commit is contained in:
parent
b4fdb9c9e3
commit
4be64cf7ec
12 changed files with 220 additions and 33 deletions
|
|
@ -7,6 +7,7 @@ namespace Cirno.Scripts.Resources;
|
|||
[GlobalClass]
|
||||
public partial class BossPhase : Resource
|
||||
{
|
||||
[Export] public string PhaseName = string.Empty;
|
||||
[Export] public int Threshold;
|
||||
[Export] public bool PlayAnimation;
|
||||
[Export] public Array<AttackPattern> Patterns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue