create_tag
Create an animation tag for a frame range to label walk, attack, idle, or dodge cycles, with optional loop direction and color.
Instructions
Create an animation tag for a frame range. Used for walk/attack/idle/dodge cycles in Lentera Pudar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Loop direction (default: forward) | |
| name | Yes | Tag name (e.g. 'walk_down', 'attack_right', 'idle_left') | |
| color | No | Tag color in hex (#RRGGBB), optional | |
| to_frame | Yes | End frame (1-based) | |
| from_frame | Yes | Start frame (1-based) |