Working on building logic, Stone Worker job added in, spawn transform added and spawn amount fixed.

This commit is contained in:
2026-06-12 16:30:41 +01:00
parent d99b2197e5
commit 10d6c0fa34
11 changed files with 1663 additions and 10 deletions

View File

@@ -42,7 +42,10 @@ public class GameManager : MonoBehaviour
population += amountToAdd;
break;
}
statistics[resourceToAdd] += amountToAdd;
UIController.Instance.UpdateStats();
}
public float GetResource(Resource.ResourceType resourceToGet)
{
switch (resourceToGet)