edit_level_row
Replace an entire row of tiles in a VibeTide 2D platformer level by specifying the row index and new tile configuration.
Instructions
Edit an entire row in a VibeTide level.
Args:
encoded_level: An encoded level string from a URL or sharing link
row: Row index to replace (0-based, from top)
new_row_tiles: Array of tile types for the new row (each 0-7)
Returns the modified level data with the entire row replaced.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded_level | Yes | ||
| row | Yes | ||
| new_row_tiles | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |