paint_tile_pixels
Draw individual pixels onto a tile's artwork, specifying positions and optional color for pixel art creation.
Instructions
Draw individual pixels into a tile's artwork (tile-local coordinates).
pixels: list of {"x", "y", "color"?}; falls back to the shared `color`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| frame | No | ||
| layer | Yes | ||
| pixels | Yes | ||
| filename | Yes | ||
| tile_index | Yes |