Ase Set Tiles
ase_set_tilesPlace or clear tiles on a tilemap layer using 0-based grid coordinates and tile indices, rebuilding the cel to match the map size.
Instructions
Place tiles on a tilemap layer by grid position. tiles are [{col, row, tile_index}] (col/row are 0-based grid coordinates; tile_index 0 clears the cell). The cel is (re)built at map size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | ||
| tiles | Yes | ||
| layer_name | Yes | ||
| sprite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||