create_tag
Create animation tags for frame ranges in Aseprite, naming segments like 'walk' or 'idle' to organize sprite animations.
Instructions
Creates an animation tag for a range of frames (e.g. 'walk', 'idle').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name e.g. 'idle', 'run' | |
| color | No | Optional UI color for tag | |
| toFrame | Yes | End frame number | |
| fromFrame | Yes | Start frame number |