Improved look of main scene
This commit is contained in:
@@ -164,7 +164,7 @@ namespace Fruitomation.UI
|
||||
UpgradeState.Viewable => $"{formatted}",
|
||||
UpgradeState.Unlockable => $"{formatted}\n{Cost.AsString()}",
|
||||
UpgradeState.Unlocked => $"{formatted}\nUnlocked",
|
||||
_ => throw new ArgumentOutOfRangeException()
|
||||
var _ => throw new ArgumentOutOfRangeException()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user