public void ShowLevelSelect() { titleText.text = "Elimination Match"; readyUpText.gameObject.SetActive(false); portraits.SavePortraits(); portraits.gameObject.SetActive(false); pressToStarts.SetActive(false); levelSelectors.gameObject.SetActive(true); levelSelectors.Reset(); moon.SetActive(false); quickInfo.SetActive(false); border.SetActive(false); infoPanel.SetActive(true); ruleContinueText.SetActive(true); }