summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-05-27 23:21:49 +0200
committerSophia Pearson <codergal89@gmail.com>2022-05-27 23:21:52 +0200
commit454ec831111273bfe37b9f397b21bc77786c0bc8 (patch)
treefb2769ed6243b41341119fa01df97f52e66695fc /project.godot
parent98776908265c4b4d6e6a3a41df0f8e534b44e406 (diff)
downloadtexty-454ec831111273bfe37b9f397b21bc77786c0bc8.tar.xz
texty-454ec831111273bfe37b9f397b21bc77786c0bc8.zip
tests: extract UI helper functions
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
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]