create_tiles_pro
Generate professional pixel tiles for games in hex, isometric, octagon, and square top-down styles. Set tile size from 16 to 128 pixels and choose camera perspective.
Instructions
Create professional tiles. Types: hex, hex_pointy, isometric, octagon, square_topdown. Size 16-128px (32px recommended).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| n_tiles | Yes | Number of tiles to generate | |
| tile_size | Yes | Tile size in pixels (16-128, default 32) | |
| tile_type | Yes | Type of tile | |
| tile_view | No | Camera perspective for tiles | |
| description | Yes | Tile description | |
| tile_height | No | Tile height in pixels (16-128) | |
| style_images | No | Style reference images (JSON string) | |
| style_options | No | Style options (JSON string) | |
| tile_view_angle | No | View angle in degrees (0-90) | |
| tile_depth_ratio | No | Depth ratio (0-1) |