See, it's working now (Tile sprites)
This commit is contained in:
parent
29de95f46a
commit
0288e90c78
11 changed files with 38 additions and 89 deletions
|
|
@ -10,6 +10,11 @@ public class Crop
|
|||
private bool _markedForDeletion;
|
||||
public bool MarkedForDeletion => _markedForDeletion;
|
||||
|
||||
private bool _dead;
|
||||
public bool IsDead => _dead;
|
||||
|
||||
private bool _hydrated;
|
||||
|
||||
private int _daysGrown;
|
||||
|
||||
public Crop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue