rename_node
Rename a node in a .tscn scene by providing the scene path, current node path, and desired new name.
Instructions
Rename a node in a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | Yes | New name for the node | |
| node_path | Yes | Current node path (e.g. "Player" or "Main/Enemy") | |
| scene_path | Yes | Path to .tscn file |