set_start
Define the player's starting position by specifying X and Y coordinates to initialize gameplay in Ice Puzzle levels.
Instructions
Set the player start position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |