set_project_setting
Modify a specific configuration value in the project.godot file by providing the section, key, and value.
Instructions
Set a value in the project.godot configuration file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| section | Yes | INI section (e.g. application, display, input) | |
| key | Yes | Setting key (e.g. config/name, window/size/viewport_width) | |
| value | Yes | Value to set |