manage_theme_resource
Create, read, or modify Godot Theme .tres resources within a project by specifying the resource path and properties.
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) |