edit_level_tile
Modify a specific tile in a VibeTide 2D platformer level by specifying its position and new tile type to customize level design.
Instructions
Edit a single tile in a VibeTide level.
Args:
encoded_level: An encoded level string from a URL or sharing link
row: Row index (0-based, from top)
col: Column index (0-based, from left)
new_tile_type: New tile type (0-7, see tile legend)
Returns the modified level data with the single tile changed.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded_level | Yes | ||
| row | Yes | ||
| col | Yes | ||
| new_tile_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |