create_scene
Create a new Godot scene file by specifying the project directory, scene path, and root node type.
Instructions
Create a new Godot scene file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Path where the scene file will be saved (relative to project) | |
| projectPath | Yes | Path to the Godot project directory | |
| rootNodeType | No | Type of the root node (e.g., Node2D, Node3D) |