modify_scene_node
modify_scene_nodeUpdate properties of a node in a Godot scene file. Specify the scene path, node path, and property key-value pairs to modify.
Instructions
Modify node properties in a scene file (headless)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node within the scene (e.g., "root/Player/Sprite2D") | |
| scenePath | Yes | Scene file path (relative to project) | |
| properties | Yes | Properties to set on the node as key-value pairs | |
| projectPath | Yes | Godot project path |