mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 04:45:53 +00:00
Enemy debris
This commit is contained in:
parent
54b4d94491
commit
0293291315
19 changed files with 175 additions and 27 deletions
|
|
@ -33,9 +33,13 @@ public partial class EnemyResource : Resource
|
|||
/// </summary>
|
||||
[Export] public float ResponseTime { get; private set; } = 0.5f;
|
||||
|
||||
[ExportCategory("Graphics")]
|
||||
[Export] public Texture2D IconSprite { get; private set; }
|
||||
[Export] public SpriteFrames AnimationFrames { get; private set; }
|
||||
|
||||
[Export] public PackedScene DebrisScene { get; private set; }
|
||||
[Export] public SpriteFrames DeathAnimation { get; private set; }
|
||||
[ExportCategory("Scripts")]
|
||||
[Export] public BossScript BossScript { get; private set; }
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue