Animations improved
This commit is contained in:
parent
c89d93cf24
commit
ad18793543
35 changed files with 430 additions and 465 deletions
|
|
@ -11,7 +11,7 @@ public partial class RuntimePlantData : Node2D, IEntity
|
|||
{
|
||||
[Export]
|
||||
private int _maxHP;
|
||||
[Export]private int _hp;
|
||||
private int _hp;
|
||||
public int Hp => _hp;
|
||||
public int MaxHp => _maxHP;
|
||||
public int Line {get; set;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue