create_tileset_project
Sets up a tilemap project with a grid canvas, tilemap layer, and starter tileset, enabling quick level design by defining tile types and grid dimensions.
Instructions
Scaffold a tilemap project: a canvas sized columns×rows tiles, a tilemap layer, and a starter tileset (grass/dirt/water/stone by default, or your own [{"name","color"}] list). The grid is filled with the first tile to start.
Returns a ``workflow_manifest.v1`` manifest with a tilemap block mapping tile
names to their tileset indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| rows | No | ||
| tiles | No | ||
| columns | No | ||
| tile_size | No |