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 b296c59..615b210 100644 --- a/project.godot +++ b/project.godot @@ -124,6 +124,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/menus/lobby/Lobby.gd" }, { +"base": "Control", +"class": "LocalMultiplayer", +"language": "GDScript", +"path": "res://ui/menus/local_multiplayer/LocalMultiplayer.gd" +}, { "base": "Node", "class": "Log", "language": "GDScript", @@ -278,6 +283,7 @@ _global_script_class_icons={ "GridMenuButton": "", "HueSlider": "", "Lobby": "", +"LocalMultiplayer": "", "Log": "", "MaterialLabel": "", "MaterialLabelManager": "", |