set_project_setting
Change a Godot project setting value and persist it to project.godot. Specify the setting path and new value.
Instructions
Set a ProjectSettings value and persist project.godot. The property path goes in 'setting' ('name' is also accepted); e.g. set application/run/main_scene to res://main.tscn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| value | Yes | ||
| setting | No |