Fix back button not being clickable ever and also fix normalize button being interactable by default
This commit is contained in:
@@ -107,6 +107,7 @@ public class PlayMenu : MonoBehaviour
|
||||
total += GetValueFrom(nothingBerryChance);
|
||||
if (total == 100f)
|
||||
{
|
||||
customBackButton.interactable = true;
|
||||
customPlayButton.interactable = true;
|
||||
validateTotalText.gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user