aseprite_create_animation
Add animation frames, set frame durations, and define tags like 'idle' or 'walk' to build sprite animations in Aseprite files.
Instructions
Add animation frames, configure frame durations (ms), and set animation tags (e.g. 'idle', 'walk', 'jump').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Animation tags | |
| filepath | Yes | Path to the sprite file | |
| totalFrames | No | Total number of frames desired | |
| frameDurations | No | Custom durations for specific frames | |
| defaultDuration | No | Default frame duration in seconds (e.g. 0.1 for 100ms) |