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