Package com.mygdx.game.UI.Screens
Class MainMenuScreen
java.lang.Object
com.mygdx.game.UI.Screens.MainMenuScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
public class MainMenuScreen
extends java.lang.Object
implements com.badlogic.gdx.Screen
-
Constructor Summary
Constructors Constructor Description MainMenuScreen(Foititopoli game)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MainMenuScreen
-
-
Method Details
-
render
public void render(float delta)- Specified by:
render
in interfacecom.badlogic.gdx.Screen
-
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.Screen
-
show
public void show()- Specified by:
show
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
-