scene_create
Create a new Godot scene file, specifying the root node type and saving it to the project directory.
Instructions
Create a new Godot scene file.
Category: Scene
Args: project_path: Path to the Godot project directory scene_path: Path where the scene file will be saved (relative to project) root_node_type: Type of the root node (e.g., Node2D, Node3D)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| root_node_type | No | Node2D |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |