manage_theme_resource
Create, read, or modify Godot Theme .tres resources by providing project path, resource path, action, and optional theme 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) |