mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 02:25:54 +00:00
Enemy information
This commit is contained in:
parent
fff3ddc3cf
commit
b9b8834bc2
11 changed files with 118 additions and 61 deletions
|
|
@ -11,6 +11,7 @@ public partial class EnemyResource : Resource
|
|||
[Export] public StringName EnemyKey { get; private set; }
|
||||
[Export] public StringName PrefabPath { get; private set; }
|
||||
[Export] public float MaxHealth { get; private set; }
|
||||
[Export] public float MovementSpeed { get; private set; } = 20f;
|
||||
[Export] public DamageResistance Resistances { get; private set; }
|
||||
[Export] public WeaponResource Weapon { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue