create_tileset_sidescroller
Create a side-scrolling platformer tileset with terrain and transitions for pixel art platformer games. Supports 16x16 or 32x32 tiles with customizable terrain descriptions and styles.
Instructions
Create a SIDESCROLLER/PLATFORMER tileset with terrain and transitions (16x16 or 32x32 tiles). Side-view perspective only. Use this for platformer games. For top-down RPG maps use create_tileset instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| detail | No | Detail level | |
| outline | No | Outline style | |
| shading | No | Shading style | |
| tile_size | Yes | Tile dimensions (16x16 or 32x32) | |
| color_image | No | Color palette reference image | |
| tile_strength | No | Tile pattern strength (0.1-2, default 1) | |
| transition_size | No | 0.25-1.0 (default 0.5) | |
| lower_description | Yes | Base terrain description | |
| tileset_adherence | No | Adherence to tileset patterns (0-500, default 100) | |
| lower_base_tile_id | No | ID of existing lower base tile to use | |
| text_guidance_scale | No | How closely to follow text (1-20, default 8) | |
| lower_reference_image | No | Reference image for lower terrain style | |
| transition_description | No | Transition description | |
| tileset_adherence_freedom | No | Freedom from tileset constraints (0-900, default 500) | |
| transition_reference_image | No | Reference image for transition style |