move_cel
Move a cel to a new position in a sprite's layer and frame by specifying x and y coordinates.
Instructions
Move a cel to a new position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | Yes | Layer name | |
| frameNumber | No | Frame number (1-indexed, default: 1) | |
| x | Yes | New X position | |
| y | Yes | New Y position | |
| savePath | No | Path to save |