Started working on Builder job and building buildings
This commit is contained in:
@@ -21,7 +21,7 @@ public class UIController : MonoBehaviour
|
||||
{
|
||||
wood.text = GameManager.Instance.GetResource(Resource.ResourceType.Wood).ToString();
|
||||
stone.text = GameManager.Instance.GetResource(Resource.ResourceType.Stone).ToString();
|
||||
population.text = GameManager.Instance.GetResource(Resource.ResourceType.Citizens).ToString();
|
||||
population.text = GameManager.Instance.GetResource(Resource.ResourceType.Population).ToString();
|
||||
}
|
||||
|
||||
// Called by left-clicking a JobButton
|
||||
|
||||
Reference in New Issue
Block a user