Made money save to file
This commit is contained in:
@@ -9,6 +9,6 @@ namespace Fruitomation.UI
|
||||
[SerializeField] private Text MoneyText;
|
||||
|
||||
private void Update() =>
|
||||
MoneyText.text = $"Current Money: {MoneyController.Current:F1}";
|
||||
MoneyText.text = $"Current Money: {MoneyController.CurrentAmount:F1}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user