summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-05-23 00:02:58 +0200
committerSophia Pearson <codergal89@gmail.com>2022-05-23 00:02:58 +0200
commit6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c (patch)
tree30ff503136f1d41ccbb35d3bb9fa6ab92f1e839a /project.godot
parentf3c50714834d2d5cb204625c63aaeffb50bef236 (diff)
downloadtexty-6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c.tar.xz
texty-6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c.zip
commands: add basic command parser infrastructure
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 789ed61..239d5ea 100644
--- a/project.godot
+++ b/project.godot
@@ -9,6 +9,11 @@
config_version=4
_global_script_classes=[ {
+"base": "GutTest",
+"class": "CommandParserTestBase",
+"language": "GDScript",
+"path": "res://Tests/ComponentTests/ParserTests/CommandParserTestBase.gd"
+}, {
"base": "Reference",
"class": "GutHookScript",
"language": "GDScript",
@@ -20,6 +25,7 @@ _global_script_classes=[ {
"path": "res://addons/gut/test.gd"
} ]
_global_script_class_icons={
+"CommandParserTestBase": "",
"GutHookScript": "",
"GutTest": ""
}