editor_create_scene
Create and open a new scene in the Godot editor. Provide the scene path and optionally configure the root node to start designing your project.
Instructions
Create and open a new scene in the editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for new scene | |
| root_name | No | ||
| root_type | No | Node2D |