create_scene
Generate a new Godot scene file with a specified root node type to build game levels and UI components.
Instructions
Create a new Godot scene file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path where the scene file will be saved (relative to project) | |
| rootNodeType | No | Type of the root node (e.g., Node2D, Node3D) | Node2D |