create_scene
Set up a new Godot scene by specifying project path, scene file location, and root node type to start structuring game objects.
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 | Godot project path | |
| rootNodeType | No | Type of the root node (e.g., Node2D, Node3D) |