manage_theme_resource
Create, read, or modify Theme .tres resource files in Godot projects. Manage theme properties to customize UI appearance.
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) |