public class Main
extends com.badlogic.gdx.Game
Modifier and Type | Field and Description |
---|---|
private com.badlogic.gdx.Game |
game
Core game-state that enables the game to interact with the renderer and switch between screens
|
Constructor and Description |
---|
Main()
Class constructor that instantiates a game-state for the very first time
|
Modifier and Type | Method and Description |
---|---|
void |
create()
Automatically set the game-state to load the splash-screen as soon as the game window opens
|