Armor observer
This commit is contained in:
parent
48a22dd956
commit
cab8bd12f9
5 changed files with 80 additions and 23 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue