Enemy information

This commit is contained in:
Marco 2025-03-20 11:34:48 +01:00
commit b9b8834bc2
11 changed files with 118 additions and 61 deletions

View file

@ -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; }