Esempio n. 1
0
 public void Startgamew()
 {
     startScreen = null; // toute les autres a null ?
     loadingScreen = null;
     gamePlayScreen = new GamePlayScreen(this);
     //currentScreen = Screen.GamePlayScreen;
 }
Esempio n. 2
0
 public void Startgame()
 {
     //   startScreen = null; // toute les autres a null ?
        // IsLoading = true; // is loading ? dat new new
     //loadingScreen = new LoadingScreen(this);
     //urrentScreen = Screen.LoadingScreen;
     startScreen = null; // toute les autres a null ?
     loadingScreen = null;
     gamePlayScreen = new GamePlayScreen(this);
       //  gamePlayScreen = new GamePlayScreen(this);
     //currentScreen = Screen.GamePlayScreen;
 }