duplicate_scene
Duplicate a scene file in a Godot project by providing source and destination paths relative to the project root.
Instructions
Duplicate a scene file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source scene path (relative to project root) | |
| destination | Yes | Destination scene path (relative to project root) |