launch_editor
Launch the Godot editor for a project. Optionally open a specific scene to start editing immediately.
Instructions
Launch Godot editor with project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Scene to open on launch (e.g. "res://main.tscn") | |
| project_path | No | Project path (default: current project root) |