Moved the buttons
This commit is contained in:
@@ -100,9 +100,9 @@ namespace Fruitomation.UI
|
||||
|
||||
//
|
||||
|
||||
AttachedText.text = //State == UpgradeState.Hidden
|
||||
//? "???"
|
||||
$"{Upgrade.ToString()} [{UpgradeCost}]";
|
||||
AttachedText.text = State == UpgradeState.Hidden
|
||||
? "???"
|
||||
: $"{Upgrade.ToString()} [{UpgradeCost}]";
|
||||
}
|
||||
|
||||
private bool IsUnlocked => State == UpgradeState.Unlocked;
|
||||
|
||||
Reference in New Issue
Block a user