animate_scene
Generate a complete animated pixel-art scene in a single call. Place procedurally generated characters on a background, animate them along paths, and receive multiple PNG frames.
Instructions
Create a full animated scene in one call. Generate characters, place them on a background, and animate them along paths. Returns multiple PNG frames.
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 | |
| frames | No | Frame count (default 8) | |
| height | Yes | Scene height in pixels | |
| palette | No | Palette ID (default "pico8") | |
| background | No | Background (omit for transparent) |