What the artist changed
aseprite_changesGet pixel changes the artist made since your last call, returned as a map of the modified region for aseprite_pixel_map. Peek without moving the baseline, or reset to start over.
Instructions
Watch mode for drawing together. The first call starts watching the active sprite. Later calls return only the pixels the ARTIST changed since the previous call (your own tool calls are not reported), as a pixel map of the changed region: '.' = unchanged, '-' = erased, other keys = new colours. Feed it to aseprite_pixel_map to build on it. peek=true looks without moving the baseline; reset=true starts over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peek | No | ||
| frame | No | Frame to compare (default: active frame) | |
| reset | No | ||
| palette | No | Preferred keys: character -> hex color | |
| paletteName | No | Name of a palette saved with aseprite_palette |