set_project_setting
Modify a specified project setting in the project.godot file by providing the setting key and new value.
Instructions
Set a project setting in project.godot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| setting | Yes | Setting key (e.g. display/window/size/viewport_width) | |
| value | Yes | The value to set |