godot_update_project_settings
Modify Godot project configuration values directly through the engine. Update settings like window size, application name, or display properties by specifying paths and values, then save changes to the project file.
Instructions
Update one or more ProjectSettings values and save them back to the Godot project through Godot itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| settings | Yes | List of setting updates. Each item must include `name` plus exactly one of `value` or `value_godot`. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |