set_light_2d_param
Sets a specified parameter on a 2D light node in a Godot scene. Provide scene path, light name, parameter, and value to adjust light properties like energy, color, or range.
Instructions
Set a parameter on a 2D light node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | ||
| value | Yes | ||
| light_name | Yes | ||
| scene_path | Yes |