flip_layer
Flip a specific layer in an Aseprite file horizontally or vertically on a given frame to change its orientation.
Instructions
Flip a layer's image horizontally or vertically.
Args: filename: Aseprite file to modify layer_name: Layer name to flip frame_index: Frame index starting at 1 direction: "horizontal" or "vertical"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| direction | No | horizontal | |
| layer_name | Yes | ||
| frame_index | Yes |