Gamejam Release
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user