set_node_scale
Set the scale of a node in a Godot scene by specifying the scene file path, node path, and scale values for 2D (x,y) or 3D (x,y,z).
Instructions
Set node scale (2D/3D).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Scale: "x,y" for 2D, "x,y,z" for 3D, or "Vector2/3(...)" | |
| node_path | Yes | Node path | |
| scene_path | Yes | Path to .tscn file |