add_layer
Add a new layer to an Aseprite file. Specify the layer name and optionally assign it to a group or subgroup path.
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 |