Fix back button not being clickable ever and also fix normalize button being interactable by default

This commit is contained in:
2025-10-06 18:32:10 -07:00
parent 09605c9f50
commit 012a67b48c
2 changed files with 2 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ public class PlayMenu : MonoBehaviour
total += GetValueFrom(nothingBerryChance);
if (total == 100f)
{
customBackButton.interactable = true;
customPlayButton.interactable = true;
validateTotalText.gameObject.SetActive(false);
}