Added item registry
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Fruitomation.UI
|
||||
|
||||
private void Update()
|
||||
{
|
||||
MoneyText.text = $"Current Money: ${MoneyController.Current}";
|
||||
MoneyText.text = $"Current Money: ${MoneyController.Current:F1}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user