public class TileLevelTest2
extends org.newdawn.slick.BasicGame
Modifier and Type | Field and Description |
---|---|
private rajola.pipeline.Tile |
animatedTile |
private java.util.List<org.newdawn.slick.Image> |
animatedTileImages |
private rajola.pipeline.level.TileLevel |
level |
private rajola.pipeline.sprites.TileSpriteSheet |
nullSheet |
private rajola.pipeline.Tile |
nullTile |
private rajola.pipeline.sprites.TileSpriteSheet |
sheet |
private rajola.pipeline.Tile |
tile1 |
private rajola.pipeline.Tile |
tile2 |
private int |
x |
private int |
y |
Constructor and Description |
---|
TileLevelTest2() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.newdawn.slick.GameContainer arg0) |
static void |
main(java.lang.String[] args) |
void |
render(org.newdawn.slick.GameContainer arg0,
org.newdawn.slick.Graphics arg1) |
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.sprites.TileSpriteSheet sheet
private rajola.pipeline.Tile animatedTile
private rajola.pipeline.Tile tile1
private rajola.pipeline.Tile tile2
private rajola.pipeline.Tile nullTile
private java.util.List<org.newdawn.slick.Image> animatedTileImages
private rajola.pipeline.level.TileLevel level
private rajola.pipeline.sprites.TileSpriteSheet nullSheet
private int x
private int y
public void render(org.newdawn.slick.GameContainer arg0, org.newdawn.slick.Graphics arg1) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void init(org.newdawn.slick.GameContainer arg0) 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