create_sprite
Create a new Aseprite sprite file. Set dimensions, color mode, and file location.
Instructions
Create a new Aseprite sprite file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Width in pixels | |
| height | Yes | Height in pixels | |
| colorMode | No | Color mode (default: rgb) | |
| savePath | Yes | Path to save the new sprite file |