Documentation of TileMap Engine v0.4 (06/29/2004)
Main features
The TileMap Engine is a graphical library which displays maps of tiles.
Its main features are:
- B/W and grayscale functions;
- 16x16 or 8x8 sprites, therefore arrays of
char
or short
;
- Many different display modes, including two transparency modes (they enable
multiple layers for the background);
- Automatically animated tiles;
- Vertical and horizontal shifts for each line independently.
Index