get
Fetch any sprite by ID as a PNG, choosing scale and palette for the output.
Instructions
Get a sprite as a PNG image by its ID. Returns a scaled pixel art PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sprite ID (e.g. "sword", "grass", "heart-full") | |
| scale | No | Scale factor 1-16 (default 4). Each pixel becomes scale×scale. | |
| palette | No | Palette ID (default "pico8"). Use search to see available palettes. |