draw_line_at
Draw a line on a specific layer and frame in an Aseprite image, with customizable color, thickness, and automatic layer creation.
Instructions
Draw a line on a specific layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes | ||
| color | No | #000000 | |
| thickness | No | ||
| create_if_missing | No |