Exemplo n.º 1
0
 public void BackClick()
 {
     MMenuContain.SetActive(true); //Shows Main Menu
     OptionsContain.SetActive(false);
     HighscoreContain.SetActive(false);
     StoreContain.SetActive(false);
 }
Exemplo n.º 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);
 }