Armor observer

This commit is contained in:
Rendo 2025-07-12 16:56:36 +05:00
commit cab8bd12f9
5 changed files with 80 additions and 23 deletions

View file

@ -12,7 +12,7 @@ public partial class Armor : Node
[Export]
public float MaxHP { get; private set; }
private float _hp;
public float _hp;
private bool _lost = false;
public override void _Ready()