make_4_frame_idle_animation
Creates a four-frame idle bob animation from a single sprite frame by duplicating and offsetting layers for subtle movement.
Instructions
Turn a single-frame sprite into a 4-frame idle "bob" loop.
Duplicates frame 1 to 4 frames, nudges `layer` down by `bob_pixels` on frames 2
and 4 for a subtle bob, sets uniform durations, and adds a looping tag.
Returns a ``workflow_manifest.v1`` manifest (sprite summary + animation block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | body | |
| filename | Yes | ||
| tag_name | No | idle | |
| bob_pixels | No | ||
| frame_duration_ms | No |