modify_node
Modify properties or rename a node in a Godot scene by specifying the scene path and node path.
Instructions
Modify node properties or rename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | No | New name (rename the node) | |
| node_path | Yes | Node path to modify (e.g. "Player" or "Main/Enemy") | |
| properties | No | Properties to set (key=value) | |
| scene_path | Yes | Path to .tscn file |