set_main_scene
Change the startup scene in a Godot project to control which scene loads first when the game runs.
Instructions
Set the project's main (startup) scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scenePath | Yes | Scene path (res:// or relative to project) |