flip_layer
Flip a layer horizontally or vertically to mirror its orientation within a specific frame of an Aseprite file.
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 | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| direction | No | horizontal |