示例#1
0
 // TODO: give this some actual effect
 public void SelectDifficulty()
 {
     Doom.isPaused  = false;
     Time.timeScale = 1;
     wadLoader.LoadMap();
     difficultyPanel.SetActive(false);
     Doom.player.SetInputEnabled(true);
 }