assets-get-tilemap-data
Retrieves Tiled tilemap data including layers, tilesets, and objects for use in the Phaser scene editor.
Instructions
Get the data of a Tiled tilemap file. It returns the data of the tilemap, including the layers, tilesets, and objects. The data is used by the scene editor to create the Tilemap and TilemapLayer objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key of the file in the asset pack. The key is used by the scene editor to create Tilemap objects. |