draw_rectangle_at
Draw a rectangle on a specified layer and frame in Aseprite. Supports custom color, fill, and auto-creation of missing layers.
Instructions
Draw a rectangle on a specific layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| color | No | #000000 | |
| fill | No | ||
| create_if_missing | No |