コード例 #1
0
ファイル: MainMenuGUI.cs プロジェクト: offbywon/Bel-Nix
 public void newGame()
 {
     Saves.removeFilesFromCurrentSaveFile();
     //Load into Character Creation
     PlayerPrefs.SetInt("playercreatefrom", Application.loadedLevel);
     Application.LoadLevel(1);
 }