create_scene
Create a new Godot scene from a template, specifying the output path, root node type (Node2D, Control, or Node3D), and optional custom root name.
Instructions
Create a new scene from template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path for new scene (relative to project root, e.g. "scenes/main.tscn") | |
| template | Yes | Root node type template | |
| root_name | No | Custom root node name (default: derived from template) |