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 bbd5ca7..41b022f 100644 --- a/project.godot +++ b/project.godot @@ -20,6 +20,11 @@ _global_script_classes=[ { "path": "res://pieces/B.gd" }, { "base": "Control", +"class": "Chat", +"language": "GDScript", +"path": "res://ui/chat/Chat.gd" +}, { +"base": "Control", "class": "ColorPickerBetter", "language": "GDScript", "path": "res://ui/colorpicker/ColorPicker.gd" @@ -187,6 +192,7 @@ _global_script_classes=[ { _global_script_class_icons={ "BarTextureButton": "", "Bishop": "res://assets/pieces/california/wB.png", +"Chat": "", "ColorPickerBetter": "", "ColorPickerButtonBetter": "", "ColorSelect": "", |