inspect_bank
Visualize Pyxel image banks as screenshots to verify sprite sheet organization and identify available space for game development.
Instructions
Visualize an entire Pyxel image bank as a single screenshot.
Renders the full 256x256 pixel contents of an image bank, showing all sprites and tiles at once. Useful for verifying sprite sheet organization and finding available space.
Args: script_path: Absolute path to the .py script to run. bank: Image bank index 0-2 (default: 0). scale: Screenshot scale multiplier (default: 1). timeout: Maximum seconds to wait for the script (default: 10).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | ||
| bank | No | ||
| scale | No | ||
| timeout | No |