Package tech.underoaks.coldcase
Class Main
java.lang.Object
com.badlogic.gdx.Game
tech.underoaks.coldcase.Main
- All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener
public class Main
extends com.badlogic.gdx.Game
Game implementation shared by all platforms.-
Field Summary
Fields inherited from class com.badlogic.gdx.Game
screen -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()voiddispose()static PropertiesFinds persistentPropertiesthat are stored in a separate file.voidrender()Methods inherited from class com.badlogic.gdx.Game
getScreen, pause, resize, resume, setScreen
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
create
public void create() -
render
public void render()- Specified by:
renderin interfacecom.badlogic.gdx.ApplicationListener- Overrides:
renderin classcom.badlogic.gdx.Game
-
getProperties
Finds persistentPropertiesthat are stored in a separate file.- Returns:
- This game's
Properties
-
dispose
public void dispose()- Specified by:
disposein interfacecom.badlogic.gdx.ApplicationListener- Overrides:
disposein classcom.badlogic.gdx.Game
-