Example #1
0
 public void StoreOwnedClick()
 {
     StoreSkinsContain.SetActive(false);
     StorePowerUpsContain.SetActive(false);
     StoreCurrencyContain.SetActive(false);
     StoreOwnedContain.SetActive(true);//Show OwnedSkins store
 }
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);
 }