Create Scene
godot_create_sceneCreate a new Godot scene by setting the root node type and name, and optionally adding child nodes and resources.
Instructions
Create a new scene file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resources | No | List of sub-resources | |
| root_name | Yes | Name for the root node | |
| root_type | Yes | Root node type (e.g., Node, Node2D, Node3D) | |
| child_nodes | No | List of child nodes | |
| project_path | No | Optional project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |