create_resource
Create any Godot resource class and save it to a res:// path as .tres, with optional properties to set initial values.
Instructions
Create a Resource of the given class and save it to a res:// path (.tres). Optional 'properties' dict sets initial values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | res:// path ending in .tres/.res | |
| class | Yes | ||
| properties | No |