online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 8d19068..26ac583 100644 --- a/project.godot +++ b/project.godot @@ -204,6 +204,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/Status.gd" }, { +"base": "Button", +"class": "TestButton", +"language": "GDScript", +"path": "res://ui/menus/tests/engine_test.gd" +}, { "base": "Container", "class": "TextEditor", "language": "GDScript", @@ -269,6 +274,7 @@ _global_script_class_icons={ "SaveLoader": "", "SliderButton": "", "StatusLabel": "", +"TestButton": "", "TextEditor": "", "UndoButton": "", "UserPanel": "", @@ -316,6 +322,10 @@ window/size/height=800 window/stretch/mode="2d" window/stretch/aspect="keep" +[editor] + +main_run_args="--join __tests__" + [editor_plugins] enabled=PoolStringArray( ) |