set_slice_pivot
Set the pivot point of a slice in an Aseprite file by providing x and y offsets relative to the slice's origin.
Instructions
Set a slice's pivot point (relative to the slice origin).
Args: filename: Aseprite file to modify name: Slice name x: Pivot x, relative to the slice y: Pivot y, relative to the slice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| name | Yes | ||
| filename | Yes |