manage_theme_resource
manage_theme_resourceCreate, read, or modify Godot Theme .tres resource files within a project, enabling programmatic theming and resource management.
Instructions
Create/read/modify Theme .tres resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create, read, modify | |
| properties | No | Theme properties to set | |
| projectPath | Yes | Godot project path | |
| resourcePath | Yes | Theme file path (relative to project) |