public class MainMenuScreen extends Screen
Constructor and Description |
---|
MainMenuScreen(com.jonathan.survivor.Survivor game) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Called either when the Application is ended, or when the user switches out of this screen.
|
void |
pause() |
void |
render(float deltaTime)
Called every frame to update game logic or draw graphics to the screen
|
void |
resize(int width,
int height) |
void |
resume() |
void |
show() |
public void show()
public void render(float deltaTime)
Screen
public void resize(int width, int height)
public void dispose()
Screen
public void pause()
public void resume()