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 124edab..aa87fa8 100644 --- a/project.godot +++ b/project.godot @@ -139,6 +139,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/colorpicker/OldColorView.gd" }, { +"base": "Label", +"class": "OpeningLabel", +"language": "GDScript", +"path": "res://ui/menus/sidebarright/OpeningLabel.gd" +}, { "base": "Node", "class": "PGN", "language": "GDScript", @@ -236,6 +241,7 @@ _global_script_class_icons={ "MessageList": "", "Network": "", "OldColorView": "", +"OpeningLabel": "", "PGN": "", "Piece": "", "Preview": "", |