full turns

This commit is contained in:
reisenlol 2026-01-11 04:22:09 -08:00
parent 7bd61df481
commit 6ff1531662
No known key found for this signature in database
15 changed files with 879 additions and 100 deletions

View file

@ -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);