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