set_main_scene
Set the main scene that launches when pressing Play in Godot. Required to start the game.
Instructions
Set the main scene that runs when pressing Play in Godot. Without this the game does not start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Scene path relative to project (e.g. scenes/main.tscn) |