public void CloseSettings() { Menu_Blop.Play(); Settings_Screen.SetActive(false); Home_Screen.SetActive(true); BackToHome_Button.SetActive(false); }
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); }