Started working on Builder job and building buildings

This commit is contained in:
2026-06-12 12:00:15 +01:00
parent 529b25daf5
commit bd3bb4bc6f
12 changed files with 7599 additions and 6861 deletions

View File

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