예제 #1
0
 public void CloseSettings()
 {
     Menu_Blop.Play();
     Settings_Screen.SetActive(false);
     Home_Screen.SetActive(true);
     BackToHome_Button.SetActive(false);
 }
예제 #2
0
 void Start()
 {
     Loading_Screen.SetActive(false);
     CustomizationScreen.SetActive(false);
     Buy_Screen.SetActive(false);
     Home_Screen.SetActive(true);
     Settings_Screen.SetActive(false);
     BackToHome_Button.SetActive(false);
 }