create_cel
Add an empty cel to a specific layer and frame in an Aseprite file, positioning it at given x and y coordinates.
Instructions
Create an empty cel on a layer/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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| x | No | ||
| y | No |