sequence
Animate actors across a scene by assigning each actor a pose cycle and a path of positions, producing one PNG per frame.
Instructions
Animate actors across a scene. Each actor has a pose cycle and a path of positions. Returns one PNG per frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | ms between frames (default 150) | |
| scale | No | Scale factor (default 4) | |
| width | Yes | Scene width in pixels | |
| actors | Yes | Actors to animate | |
| height | Yes | Scene height in pixels | |
| palette | No | Palette ID (default "pico8") | |
| background | No | Canvas ID for the background (omit for transparent) |