diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot index f293e66..8f0fffb 100644 --- a/project.godot +++ b/project.godot @@ -23,11 +23,17 @@ _global_script_classes=[ { "class": "GutTest", "language": "GDScript", "path": "res://addons/gut/test.gd" +}, { +"base": "Node", +"class": "UiHelpers", +"language": "GDScript", +"path": "res://Tests/ui_helpers.gd" } ] _global_script_class_icons={ "CommandParserTestBase": "", "GutHookScript": "", -"GutTest": "" +"GutTest": "", +"UiHelpers": "" } [application] |
