set_main_scene
Set the main scene for a Godot project by providing the project path and scene path, updating project.godot to define which scene loads at startup.
Instructions
Set the main scene in project.godot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Scene path (relative to project) | |
| projectPath | Yes | Godot project path |