public class Map extends Map
rasterFile
collisions, fact, heightInTile, screenHeight, theme, tileHeight, tileWidth, widthInTile
DIR
Constructor and Description |
---|
Map() |
Modifier and Type | Method and Description |
---|---|
protected void |
renderTile(java.awt.Graphics2D g,
Tile tile,
int tx,
int ty)
Render a specific tile from specified location (different to the other renderTile, as it is called in render function).
|
getRasterIndex, getRasterPattern, loadPatterns, setRaster
create, getCollision, getHeightInTiles, getPattern, getPatterns, getPatternsNumber, getTheme, getTile, getTileHeight, getTilesNumber, getTileWidth, getWidthInTiles, readCollisions, render, render, renderTile, setTile
protected void renderTile(java.awt.Graphics2D g, Tile tile, int tx, int ty)
AbstractTileMap
renderTile
in class Map
g
- graphic output.tile
- tile to render.tx
- location x.ty
- location y.