Removed currency ammount

This commit is contained in:
Pasha Bibko
2026-04-28 16:07:09 +01:00
parent 61c3123bf9
commit 631d5691ff
8 changed files with 23 additions and 68 deletions

View File

@@ -56,7 +56,7 @@ namespace Fruitomation.UI
private void Update()
{
MoneyText.text = $"Current Money: {MoneyController.Current.AsString()}";
MoneyText.text = $"Current Money: {MoneyController.Current:F1}";
}
}
}