Package de.tum.cit.ase.maze.screens
Class MenuScreen
java.lang.Object
de.tum.cit.ase.maze.screens.MenuScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
The MenuScreen class represents the main menu screen of the game.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MenuScreen
Constructor for MenuScreen. Sets up the camera, viewport, stage, and UI elements.- Parameters:
game
- The main game class, used to access global resources and methods.
-
-
Method Details
-
show
public void show()- Specified by:
show
in interfacecom.badlogic.gdx.Screen
-
render
public void render(float delta) - Specified by:
render
in interfacecom.badlogic.gdx.Screen
-
resize
public void resize(int width, int height) - Specified by:
resize
in interfacecom.badlogic.gdx.Screen
-
pause
public void pause()- Specified by:
pause
in interfacecom.badlogic.gdx.Screen
-
resume
public void resume()- Specified by:
resume
in interfacecom.badlogic.gdx.Screen
-
hide
public void hide()- Specified by:
hide
in interfacecom.badlogic.gdx.Screen
-
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.Screen
-