StarsInfoText

This commit is contained in:
brausjonas
2023-02-27 18:06:21 +01:00
parent b00b428c9b
commit 14b4a280b0
19 changed files with 1290 additions and 84 deletions
+8
View File
@@ -11,6 +11,14 @@ public class UIHandler : MonoBehaviour
[SerializeField] private GameObject layoutMiniMap;
[SerializeField] private GameObject layoutBuyStar;
public bool MapOpen
{
get
{
return layoutMiniMap.activeSelf;
}
}
private Player currentPlayer = null;
private void Start()