Package | Description |
---|---|
rajola.pipeline | |
rajola.pipeline.level | |
rajola.pipeline.sprites | |
rajola.test |
Modifier and Type | Field and Description |
---|---|
private TileSprite |
Tile.sprite |
Modifier and Type | Method and Description |
---|---|
TileSprite |
Tile.getSprite() |
Modifier and Type | Method and Description |
---|---|
void |
Tile.setSprite(TileSprite sprite) |
Constructor and Description |
---|
BasicTile(int id,
TileSprite sprite) |
BasicTile(int id,
TileSprite tile,
boolean solid) |
BasicTile(int id,
TileSprite tile,
boolean solid,
int mapColor) |
BasicTile(int id,
TileSprite tile,
int mapColor) |
Tile(int id,
TileSprite sprite) |
Tile(int id,
TileSprite sprite,
boolean solid) |
Tile(int id,
TileSprite sprite,
boolean solid,
int mapColor) |
Tile(int id,
TileSprite sprite,
int mapColor) |
Modifier and Type | Method and Description |
---|---|
void |
TileMap.fillBackgroundLayer(TileSprite bgTile,
int width,
int height)
Fills a background layer with a specified sprite and sets it a low importance
|
Modifier and Type | Method and Description |
---|---|
TileSprite |
TileSpriteSheet.getTileSprite(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TileSprite> |
TileSprite.autoConstructSprites(org.newdawn.slick.Image[][] image) |
Modifier and Type | Field and Description |
---|---|
private TileSprite |
TileLevelTest.animatedSprite |
private TileSprite |
SpriteSheetTest.animatedSprite |
private TileSprite |
BasicPlaformerTest.animatedSprite |
private TileSprite |
SpriteSheetTest.sprite |
private TileSprite |
TileLevelTest.sprite1 |
private TileSprite |
TileLevelTest.sprite2 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TileSprite> |
SpriteSheetTest.sprites |