public void Startgamew() { startScreen = null; // toute les autres a null ? loadingScreen = null; gamePlayScreen = new GamePlayScreen(this); //currentScreen = Screen.GamePlayScreen; }
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; }