Example #1
0
 public void hideStars()
 {
     StarsPanel.hide();
 }
Example #2
0
 public void Repeat()
 {
     Loader.LEVEL = "fire_battle";
     Application.LoadLevel("loader");
     StarsPanel.hide();
 }
Example #3
0
 void OnDestroy()
 {
     StarsPanel.hide();
 }
Example #4
0
 public void Exit()
 {
     Loader.LEVEL = "game";
     Application.LoadLevel("loader");
     StarsPanel.hide();
 }