set_cel_position
Set the position of a cel on a specified layer and frame in an Aseprite file. Optionally create the cel if it doesn't exist or copy image data from another frame.
Instructions
Set a cel's position in a specific layer and frame.
Args: filename: Name of the Aseprite file to modify layer_name: Layer name to target frame_index: Frame index starting at 1 x: X position in pixels y: Y position in pixels create_if_missing: Create the cel if it does not exist source_frame_index: Optional frame to copy the cel image from
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| x | Yes | ||
| y | Yes | ||
| create_if_missing | No | ||
| source_frame_index | No |