set_frame_duration
Set the display duration of a specific frame in milliseconds for an Aseprite sprite file.
Instructions
Set the duration of a frame in milliseconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| frameNumber | Yes | Frame number (1-indexed) | |
| durationMs | Yes | Duration in milliseconds | |
| savePath | No | Path to save |