Gamejam Release

This commit is contained in:
2024-08-20 19:51:14 +02:00
parent 5b9766de50
commit a4660d6e4b
7 changed files with 387 additions and 42 deletions

View File

@@ -38,7 +38,7 @@ public class TogglePurchaseAmount : MonoBehaviour
private void UpdateDisplayAmount()
{
displayThing.text = "Toggle Purchase Amount x " + purchaseAmount.ToString();
displayThing.text = "Toggle Buy/Worker Amount x " + purchaseAmount.ToString();
}
public int GetPurchaseAmount()