add_tag
Add an animation tag to a sprite, defining a named frame range with playback direction and optional color.
Instructions
Create an animation tag spanning frames [from_frame, to_frame] (1-based).
direction: "forward" (default), "reverse", "pingpong", or "pingpong_reverse".
color: optional tag colour (shown in the timeline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| filename | Yes | ||
| to_frame | Yes | ||
| direction | No | forward | |
| from_frame | Yes |