예제 #1
0
 public void RepeatPressed()
 {
     ApplicationSetUp.LoadScreen(sceneName ?? LevelSettings.GetLevelId());
 }
예제 #2
0
파일: InfoPanel.cs 프로젝트: Demy/CosmoCats
 public void ShowEndWnidow()
 {
     ShowEndWnidowFor(LevelSettings.GetLevelId(), LevelSettings.GetConditions(),
                      FindActiveScene());
 }
예제 #3
0
 void LoadCurrentLevel()
 {
     ApplicationSetUp.LoadScreen(LevelSettings.GetLevelId());
 }