Package | Description |
---|---|
com.b3dgs.lionengine.game.map |
Tile based map handling with
Features layer that will allow to customize the
services provided by the map dynamically. |
com.b3dgs.lionengine.game.tile |
Tile based handling with
TileFeature layer that will allow to customize the
services provided by the tile dynamically. |
Modifier and Type | Interface and Description |
---|---|
interface |
MapTile
Describe a map using tile for its representation.
|
Modifier and Type | Class and Description |
---|---|
class |
MapTileGame
Abstract representation of a standard tile based map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Tile
Tile representation with the following data:
size : tile size
sheet : tile sheet number
number : tile number inside tilesheet
x and y : real location on map
A tile represents a surface, localized on a MapTile . |
Modifier and Type | Class and Description |
---|---|
class |
TileGame
Tile base implementation.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.