write_file
Write text content to a Godot project file, supporting creation or overwriting of game assets and scripts during automated development.
Instructions
Create or overwrite a text file in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content to write | |
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |