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

@@ -5331,7 +5331,7 @@ MonoBehaviour:
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_Interactable: 0
m_TargetGraphic: {fileID: 1461746394}
m_OnClick:
m_PersistentCalls:

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);
}