set_frame_duration
Set the display time of a specific frame in an Aseprite file by specifying filename, frame index, and duration in milliseconds.
Instructions
Set the duration of a frame in milliseconds.
Args: filename: Name of the Aseprite file to modify frame_index: Frame index starting at 1 duration_ms: Duration in milliseconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| frame_index | Yes | ||
| duration_ms | Yes |