amended pop stat, missing resourcetype errors to work on

This commit is contained in:
SHOUTING_PIRATE
2025-07-08 17:26:09 +01:00
parent 9e18aebe37
commit f4552abb24
112 changed files with 19263 additions and 16934 deletions

View File

@@ -4739,24 +4739,22 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
resourceAmounts:
- resourceType: 0
resourceAmount: 500
- resourceType: 1
resourceAmount: 500
resourceAmount: 100
- resourceType: 2
resourceAmount: 500
resourceAmount: 200
- resourceType: 3
resourceAmount: 725
resourceAmount: 0
- resourceType: 4
resourceAmount: 10
- resourceType: 5
resourceAmount: 50
- resourceType: 5
resourceAmount: 0
- resourceType: 6
resourceAmount: 2
resourceAmount: 500
- resourceType: 7
resourceAmount: 1000
- resourceType: 8
resourceAmount: 1
resourceAmount: 0
- resourceType: 3
resourceAmount: 0
--- !u!1 &1000371929
GameObject:
m_ObjectHideFlags: 0

View File

@@ -125,7 +125,7 @@ public class City : MonoBehaviour
void UpdateStats()
{
moneyTxt.text = "$" + ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Money).resourceAmount;
populationTxt.text = ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Population).resourceAmount.ToString();
populationTxt.text = ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Population).resourceAmount.ToString() + "/" + ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.maxPopulation).resourceAmount.ToString();
jobsTxt.text = ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Jobs).resourceAmount.ToString();
foodTxt.text = ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Food).resourceAmount.ToString();
woodTxt.text = ResourceManager.Instance.GetResourceAmount(ResourceManager.ResourceTypes.Wood).resourceAmount.ToString();

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More