Example #1
0
 public void BackClick()
 {
     MMenuContain.SetActive(true); //Shows Main Menu
     OptionsContain.SetActive(false);
     HighscoreContain.SetActive(false);
     StoreContain.SetActive(false);
 }
Example #2
0
 public void StoreClick()
 {
     MMenuContain.SetActive(false);
     OptionsContain.SetActive(false);
     HighscoreContain.SetActive(false);
     StoreContain.SetActive(true);//Shows Store
     StoreSkinsContain.SetActive(false);
     StorePowerUpsContain.SetActive(false);
 }