modify_project_settings
Update a Godot project setting by specifying section, key, and value directly in project.godot.
Instructions
Modify a project.godot setting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Setting key (e.g., "run/main_scene", "window/size/viewport_width") | |
| value | Yes | Value to set (as a string, will be written as-is) | |
| section | Yes | Section in project.godot (e.g., "application", "display", "rendering") | |
| projectPath | Yes | Godot project path |