online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 615b210..37525ce 100644 --- a/project.godot +++ b/project.godot @@ -210,6 +210,11 @@ _global_script_classes=[ { "path": "res://saveload.gd" }, { "base": "Control", +"class": "Settings", +"language": "GDScript", +"path": "res://ui/menus/settings/Settings.gd" +}, { +"base": "Control", "class": "SliderButton", "language": "GDScript", "path": "res://ui/slider_button/SliderButton.gd" @@ -300,6 +305,7 @@ _global_script_class_icons={ "ResignButton": "", "Restrict": "", "SaveLoader": "", +"Settings": "", "SliderButton": "", "StatusLabel": "", "Stockfish": "", |