diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-24 14:59:58 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-24 14:59:58 +0200 |
| commit | 8f3ed6ba952b1dd1f457b305d82c8165a324bc48 (patch) | |
| tree | b78f3cf5a14bce70744215deb74003ceb4a5db7f /project.godot | |
| parent | 6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c (diff) | |
| download | texty-8f3ed6ba952b1dd1f457b305d82c8165a324bc48.tar.xz texty-8f3ed6ba952b1dd1f457b305d82c8165a324bc48.zip | |
addons: implement automatic class exporter
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 239d5ea..08204de 100644 --- a/project.godot +++ b/project.godot @@ -54,7 +54,7 @@ script_templates_search_path="res://ScriptTemplates" [editor_plugins] -enabled=PoolStringArray( "res://addons/gut/plugin.cfg" ) +enabled=PoolStringArray( "res://addons/ClassExporter/plugin.cfg", "res://addons/gut/plugin.cfg" ) [gui] |
