add_layer
Adds a new layer to an Aseprite file, optionally placing it inside a specified group for organized pixel art editing.
Instructions
Add a new layer to the Aseprite file.
Args: filename: Name of the Aseprite file to modify layer_name: Name of the new layer group: Optional group to place the new layer inside, by name or "group/subgroup" path (default: top level)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| filename | Yes | ||
| layer_name | Yes |