set_main_scene
Sets the main scene in a Godot project by specifying the scene path relative to the project directory.
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 |