online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 5ac0b22..aeb90af 100644 --- a/project.godot +++ b/project.godot @@ -104,6 +104,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/colorpicker/HueSlider.gd" }, { +"base": "Label", +"class": "InfoLabel", +"language": "GDScript", +"path": "res://ui/menus/account/InfoLabel.gd" +}, { "base": "KeyUtils", "class": "Key", "language": "GDScript", @@ -127,7 +132,7 @@ _global_script_classes=[ { "base": "Control", "class": "Lobby", "language": "GDScript", -"path": "res://ui/menus/Lobby.gd" +"path": "res://ui/menus/lobby/Lobby.gd" }, { "base": "PanelContainer", "class": "MessageList", @@ -199,6 +204,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://saveload.gd" }, { +"base": "Control", +"class": "SliderButton", +"language": "GDScript", +"path": "res://ui/slider_button/SliderButton.gd" +}, { "base": "KeyUtils", "class": "SpecialKey", "language": "GDScript", @@ -249,6 +259,7 @@ _global_script_class_icons={ "GridMenu": "", "GridMenuButton": "", "HueSlider": "", +"InfoLabel": "", "Key": "", "KeyUtils": "", "King": "res://assets/pieces/california/wK.png", @@ -268,6 +279,7 @@ _global_script_class_icons={ "Rook": "res://assets/pieces/california/wR.png", "SanParser": "", "SaveLoader": "", +"SliderButton": "", "SpecialKey": "", "StatusLabel": "", "TextEditor": "", @@ -323,6 +335,7 @@ enabled=PoolStringArray( ) [gui] theme/custom="res://ui/theme/main.theme" +theme/custom_font="res://ui/ubuntu-bold.tres" [importer_defaults] |