run_project
Launch the Godot project with configurable options for debugging, scene selection, headless mode, and window size.
Instructions
Run the Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Run with debugger | |
| scene | No | Specific scene to run | |
| headless | No | Run in headless mode (no window) | |
| window_size | No | Window size (e.g. "1280x720", "1920x1080") | |
| project_path | No | Project path (default: current project root) |