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