a ui (singular)

This commit is contained in:
reisenlol 2026-01-07 23:51:53 -08:00
parent 5776d5e889
commit 7b151c1a53
No known key found for this signature in database
7 changed files with 1201 additions and 5 deletions

View file

@ -171,6 +171,7 @@ public class PlayerEntityMovement : MonoBehaviour
StartCoroutine(selectedEntity.MoveToLocation(pathRequested.ToArray()));
templateObject.SetActive(false);
UncolorGrid();
ActionUIHandler.instance.ShowUI(selectedEntity);
return true;
}