set_viewport_size
Set viewport width and height, and configure stretch mode and aspect to control how the game canvas scales and displays.
Instructions
Set the game viewport dimensions and stretch settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels | |
| height | Yes | Viewport height in pixels | |
| stretch_mode | No | Stretch mode | |
| stretch_aspect | No | Stretch aspect ratio behavior |