create_scene
Create a new Godot 4 scene file with a specified root node type for game development projects.
Instructions
Create a new .tscn scene file with a specified root node type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scenePath | Yes | New scene path (e.g. scenes/Player.tscn or res://scenes/Player.tscn) | |
| rootNodeType | No | Root node type (e.g. Node2D, CharacterBody2D, Node3D) | Node |