Package com.devcharles.piazzapanic
Class PiazzaPanic
java.lang.Object
com.badlogic.gdx.Game
com.devcharles.piazzapanic.PiazzaPanic
- All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener
public class PiazzaPanic
extends com.badlogic.gdx.Game
This class wraps the spritebatch.
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.g2d.SpriteBatch
final float
Fields inherited from class com.badlogic.gdx.Game
screen
-
Constructor Summary
-
Method Summary
Methods inherited from class com.badlogic.gdx.Game
getScreen, pause, resize, resume, setScreen
-
Field Details
-
VIRTUAL_HEIGHT
public final float VIRTUAL_HEIGHT- See Also:
-
batch
public com.badlogic.gdx.graphics.g2d.SpriteBatch batch
-
-
Constructor Details
-
PiazzaPanic
public PiazzaPanic()
-
-
Method Details
-
create
public void create()Description copied from interface:com.badlogic.gdx.ApplicationListener
Called when theApplication
is first created. -
render
public void render()Description copied from interface:com.badlogic.gdx.ApplicationListener
Called when theApplication
should render itself.- Specified by:
render
in interfacecom.badlogic.gdx.ApplicationListener
- Overrides:
render
in classcom.badlogic.gdx.Game
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.ApplicationListener
Called when theApplication
is destroyed. Preceded by a call toApplicationListener.pause()
.- Specified by:
dispose
in interfacecom.badlogic.gdx.ApplicationListener
- Overrides:
dispose
in classcom.badlogic.gdx.Game
-