The map including the tiles
Name | Type | Description | Notes |
---|---|---|---|
Info | MapInfo | [optional] | |
Rows | List<Tile> | a flattend array representing the tiles of the map to project it onto a 2D plane use `[x, y] => [y*width+x]` | |
Height | int | The height (rows) of the map | |
Width | int | The width (columns) of the map |