Skip to content
Snippets Groups Projects
Commit d49070ec authored by ALGLAVE Ivan's avatar ALGLAVE Ivan
Browse files

Reverted first screen to be Intro

parent 4563a451
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ public class TableFootball extends Game {
public void create ()
{
GameScreenManager.getInstance().initialize(this); // Initialize the GameScreenManager instance with the current Game
GameScreenManager.getInstance().showGameScreen(GameScreenEnum.GAME_MENU); // Set the base screen as the intro screen
GameScreenManager.getInstance().showGameScreen(GameScreenEnum.GAME_INTRO); // Set the base screen as the intro screen
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment