From 6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 23 May 2022 00:02:58 +0200 Subject: commands: add basic command parser infrastructure --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') 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": "" } -- cgit v1.2.3