write_project_config
Set a configuration value in a Godot project's project.godot file by specifying the section, key, and value.
Instructions
Write a config value to project.godot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Config key to set | |
| value | Yes | Config value to set | |
| section | Yes | Section name to add or modify (e.g. "application", "rendering") |