mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Moved boss data to resource
This commit is contained in:
parent
c0bd2f6824
commit
b0d5edc84e
6 changed files with 27 additions and 23 deletions
|
|
@ -6,6 +6,15 @@ namespace Cirno.Scripts.Resources.ScriptableBullets;
|
|||
[GlobalClass]
|
||||
public partial class BossScript : Resource
|
||||
{
|
||||
[Export]
|
||||
public StringName BossName { get; private set; }
|
||||
|
||||
[Export]
|
||||
public Array<BossPhase> Phases { get; private set; } = [];
|
||||
|
||||
[Export]
|
||||
public Texture2D PortraitTexture { get; private set; }
|
||||
|
||||
[Export]
|
||||
public PackedScene HudPrefab { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue