API documentation
Module | Description |
---|---|
dtiled.algorithm | Provides various useful operations on a tile grid. |
dtiled.coords | This module helps handle coordinate systems within a map. |
dtiled.data | Read and write data for Tiled maps. Currently only supports JSON format. |
dtiled.grid | A grid wraps a 2D array to provide specialized grid-based functionality. |
dtiled.map | A map is essentially a grid with additional information about tile positions and sizes. |