draw_pixels_at
Draw pixels on a specific layer and frame in an Aseprite file. Optionally creates the cel if it does not exist.
Instructions
Draw pixels on a specific layer/frame.
Args: filename: Name of the Aseprite file to modify layer_name: Layer name to target frame_index: Frame index starting at 1 pixels: List of pixel data with x/y/color create_if_missing: Create cel if it does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| pixels | Yes | ||
| create_if_missing | No |