Set the project's start scene
set_start_sceneSets the starting scene for a game by updating project settings. The scene ID must match an existing scene on disk.
Instructions
Patch startSceneId in project/settings.gbsres so the game boots into the given scene. Preserves every other setting field. The sceneId must resolve to an existing scene on disk, or build_rom will fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene id (UUID) to boot into. Must exist in project/scenes/. |