create_scene
Creates a new scene in a Godot project. Specify the project path, scene file path, and optional root node type to define the scene's initial structure.
Instructions
Create a new scene in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path for the new scene file (relative to project) | |
| rootNodeType | No | Type of the root node (default: Node2D) |