Generate Cocos UI Pack
asset_forge_generate_ui_packCreate a pack of Cocos-ready UI element sprites (buttons, panels, icons, etc.) from a text prompt, with customizable size and style for game interfaces.
Instructions
Generate Cocos-ready UI element sprites such as buttons, panels, icons, bars, badges, and cursors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable asset name. Used for file names after slugification. | |
| seed | No | ||
| style | No | Visual or audio style, e.g. 'cozy pixel art', 'hand-painted fantasy', '8-bit arcade'. | |
| prompt | Yes | ||
| elements | No | ||
| outputDir | No | Directory where generated files should be written. Defaults to server config. | |
| elementSize | No | ||
| postprocess | No |