set_main_scene
Changes the main scene of a Godot project by specifying the project path and the relative scene path.
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 |