draw_path
Draw a polyline path on a specific layer and frame in Aseprite. Specify points, color, and thickness to create vector paths programmatically.
Instructions
Draw a path using a polyline on a specific layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| points | Yes | ||
| color | No | #000000 | |
| thickness | No | ||
| create_if_missing | No |