set_grid_size
Resize the puzzle grid by specifying new width and height parameters, removing elements that fall outside the adjusted boundaries.
Instructions
Resize the level grid. Elements outside new bounds are removed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | New grid width | |
| height | Yes | New grid height |