File formats·skills/ignifx/references/formats/ignifx.tilemap.md
ignifx.tilemap
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Tilemap (
Tilemap (ignifx/tilemap-file)#
Tile size, layers of tile ids, tilesets with colliders, and an objects layer.
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.tilemap" | Always ignifx.tilemap. |
formatVersion | u32 | 1 | The document version this build reads. |
tileWidth | f32 | 32 | One cell's width, in pixels. |
tileHeight | f32 | 32 | One cell's height, in pixels. |
cellSize | f32 | 0.32 | One cell's size, in world metres. |
width | u32 | 0 | The map's width, in cells. |
height | u32 | 0 | The map's height, in cells. |
tilesets | array | [] | The tilesets, ascending by firstId. |
layers | array | [] | The tile layers, back to front. |
objects | array | [] | The objects layer. |
properties | map | {} | The map's custom properties. |