edit_node
Set properties on a specific node in a Godot scene by providing the node path and desired values.
Instructions
Edit properties of an existing node in a Godot scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| nodePath | Yes | Path to the node to edit (e.g., "Player", "UI/HealthBar") | |
| properties | Yes | Properties to set on the node |