get_tilemap_info
Retrieve tilemap layer details including tile width, height, count, and map dimensions from an Aseprite file.
Instructions
Get tilemap layer info: tile size, tile count, and map dimensions.
Args: filename: Aseprite file to read layer_name: Tilemap layer to inspect
Returns: JSON with tile_width, tile_height, tile_count (real tiles, excluding the empty tile 0), map_cols, map_rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes |