public class TileLevelTest
extends org.newdawn.slick.BasicGame
Modifier and Type | Field and Description |
---|---|
private rajola.pipeline.sprites.TileSprite |
animatedSprite |
private BasicTile |
animatedTile |
private BasicTile |
cloudAnimatedTile |
private java.util.List<org.newdawn.slick.Image> |
cloudImages |
private java.util.List<org.newdawn.slick.Image> |
images |
private rajola.pipeline.level.TileLevel |
level |
private rajola.pipeline.sprites.TileSpriteSheet |
nullSpriteSheet |
private BasicTile |
nullTile |
private rajola.pipeline.sprites.TileSprite |
sprite1 |
private rajola.pipeline.sprites.TileSprite |
sprite2 |
private rajola.pipeline.sprites.TileSpriteSheet |
spriteSheet |
private BasicTile |
tile1 |
private BasicTile |
tile2 |
private int |
x |
private int |
y |
Constructor and Description |
---|
TileLevelTest() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.newdawn.slick.GameContainer gc) |
static void |
main(java.lang.String[] args) |
void |
render(org.newdawn.slick.GameContainer gc,
org.newdawn.slick.Graphics g) |
void |
update(org.newdawn.slick.GameContainer gc,
int DELTA) |
closeRequested, controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleased, getTitle, inputEnded, inputStarted, isAcceptingInput, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, setInput
private rajola.pipeline.level.TileLevel level
private rajola.pipeline.sprites.TileSpriteSheet spriteSheet
private rajola.pipeline.sprites.TileSprite animatedSprite
private rajola.pipeline.sprites.TileSprite sprite1
private rajola.pipeline.sprites.TileSprite sprite2
private BasicTile animatedTile
private BasicTile cloudAnimatedTile
private BasicTile tile1
private BasicTile tile2
private java.util.List<org.newdawn.slick.Image> images
private java.util.List<org.newdawn.slick.Image> cloudImages
private int x
private int y
private BasicTile nullTile
private rajola.pipeline.sprites.TileSpriteSheet nullSpriteSheet
public void render(org.newdawn.slick.GameContainer gc, org.newdawn.slick.Graphics g) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void init(org.newdawn.slick.GameContainer gc) throws org.newdawn.slick.SlickException
init
in interface org.newdawn.slick.Game
init
in class org.newdawn.slick.BasicGame
org.newdawn.slick.SlickException
public void update(org.newdawn.slick.GameContainer gc, int DELTA) throws org.newdawn.slick.SlickException
update
in interface org.newdawn.slick.Game
update
in class org.newdawn.slick.BasicGame
org.newdawn.slick.SlickException
public static void main(java.lang.String[] args) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException