edit_project_settings
Modify Godot's project.godot configuration for input actions, display, rendering, physics, and more.
Instructions
Modify project.godot settings (input actions, display, rendering, physics, etc.). For autoload singletons, prefer manage_autoloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes | Settings to set, keyed by section/key path (e.g., {"autoload/GameState": "*res://scripts/autoload/game_state.gd", "display/window/size/viewport_width": 480}) | |
| projectPath | Yes | Path to the Godot project directory |