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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MenuScreenConstructor 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- 
showpublic void show()- Specified by:
- showin interface- com.badlogic.gdx.Screen
 
- 
renderpublic void render(float delta) - Specified by:
- renderin interface- com.badlogic.gdx.Screen
 
- 
resizepublic void resize(int width, int height) - Specified by:
- resizein interface- com.badlogic.gdx.Screen
 
- 
pausepublic void pause()- Specified by:
- pausein interface- com.badlogic.gdx.Screen
 
- 
resumepublic void resume()- Specified by:
- resumein interface- com.badlogic.gdx.Screen
 
- 
hidepublic void hide()- Specified by:
- hidein interface- com.badlogic.gdx.Screen
 
- 
disposepublic void dispose()- Specified by:
- disposein interface- com.badlogic.gdx.Screen
 
 
-