added Game UI Controller

Show money on UI, buy items
This commit is contained in:
Vladimir Koshevarov
2022-10-18 16:55:38 +03:00
parent 32cdf47d4a
commit fc8393b29f
6 changed files with 78 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using UnityEngine;
public class PlayerController : MonoBehaviour
{
public Stat money = new Stat("Money", 1000.00);
public Stat money = new Stat("Money", 100.00);
public Stat rentAccount = new Stat("Rent Account", 0);
public Stat foodEnergy = new Stat("Food Energy", 0);
public Stat restEnergy = new Stat("Rest Energy", 0);