Ase Draw Line
ase_draw_lineDraw a line on an Aseprite sprite using Bresenham's algorithm, with optional thickness, frame, and layer control.
Instructions
Draw a line (Bresenham, optional thickness).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| color | Yes | ||
| frame | No | ||
| layer | No | ||
| thickness | No | ||
| sprite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||