Esempio n. 1
0
 public void RepeatPressed()
 {
     ApplicationSetUp.LoadScreen(sceneName ?? LevelSettings.GetLevelId());
 }
Esempio n. 2
0
 public void ShowEndWnidow()
 {
     ShowEndWnidowFor(LevelSettings.GetLevelId(), LevelSettings.GetConditions(),
                      FindActiveScene());
 }
Esempio n. 3
0
 void LoadCurrentLevel()
 {
     ApplicationSetUp.LoadScreen(LevelSettings.GetLevelId());
 }