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
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.g2d.SpriteBatchfinal floatFields inherited from class com.badlogic.gdx.Game
screen -
Constructor Summary
Constructors -
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.ApplicationListenerCalled when theApplicationis first created. -
render
public void render()Description copied from interface:com.badlogic.gdx.ApplicationListenerCalled when theApplicationshould render itself.- Specified by:
renderin interfacecom.badlogic.gdx.ApplicationListener- Overrides:
renderin classcom.badlogic.gdx.Game
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.ApplicationListenerCalled when theApplicationis destroyed. Preceded by a call toApplicationListener.pause().- Specified by:
disposein interfacecom.badlogic.gdx.ApplicationListener- Overrides:
disposein classcom.badlogic.gdx.Game
-