MainMenuScene class represents the main menu of the game.
It extends the Scene class and initializes the main menu UI,
loads assets, and handles user interactions for starting the game or navigating to different modes.
Todo
Show the pixar intro only the first time the game is started using sessionStorage.
Todo
remake those menu using html/css instead of babylonjs gui.
MainMenuScene class represents the main menu of the game. It extends the Scene class and initializes the main menu UI, loads assets, and handles user interactions for starting the game or navigating to different modes.
Todo
Show the pixar intro only the first time the game is started using sessionStorage.
Todo
remake those menu using html/css instead of babylonjs gui.