full turns
This commit is contained in:
parent
7bd61df481
commit
6ff1531662
15 changed files with 879 additions and 100 deletions
|
|
@ -9,7 +9,7 @@ public class TileObject : MonoBehaviour
|
|||
public SpriteRenderer sprite;
|
||||
[Header("Status")]
|
||||
public bool blocked = false;
|
||||
public bool hasUnit = false;
|
||||
public Entity hasUnit;
|
||||
private void OnMouseEnter()
|
||||
{
|
||||
//highlight.SetActive(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue