manage_resource
Read or modify Godot resource files (.tres/.res) by specifying the project path, resource path, and action. Modify properties such as textures or scripts to adjust game assets.
Instructions
Read or modify .tres/.res resource files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: read or modify | |
| properties | No | Properties to modify | |
| projectPath | Yes | Godot project path | |
| resourcePath | Yes | Resource file path (relative to project) |