Added item registry

This commit is contained in:
2026-04-18 12:52:28 +01:00
parent 1908024332
commit cd7f16f021
29 changed files with 187 additions and 53 deletions

View File

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