project-setting-set
Writes a value to a Godot project setting (project.godot), enabling configuration of game name, window size, physics, etc.
Instructions
[compact alias of set_project_setting] Writes a value to project.godot settings. Use to configure game name, window size, physics, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to project directory containing project.godot. Use the same path across all tool calls in a workflow. | |
| setting | Yes | Setting path (e.g., "application/config/name", "display/window/size/width") | |
| value | Yes | Value to set (Godot auto-converts types) |