Create Resource
godot_create_resourceCreate a new Godot resource file by specifying its type, optional name, properties, and project path. Simplifies adding custom resources to a Godot project.
Instructions
Create a new resource file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | No | List of properties | |
| project_path | No | Optional project root | |
| resource_name | No | Optional name for the file | |
| resource_type | Yes | Type of resource (e.g., Resource, Theme, StyleBox) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |