online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/project.godot b/project.godot index 41b022f..7f23283 100644 --- a/project.godot +++ b/project.godot @@ -54,6 +54,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/barbutton/drawbutton.gd" }, { +"base": "TextEdit", +"class": "ExpandableTextEdit", +"language": "GDScript", +"path": "res://ui/chat/ExpandableTextEdit.gd" +}, { "base": "Node", "class": "FEN", "language": "GDScript", @@ -104,17 +109,17 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/menus/Lobby.gd" }, { +"base": "PanelContainer", +"class": "MessageList", +"language": "GDScript", +"path": "res://MessageList.gd" +}, { "base": "Resource", "class": "Move", "language": "GDScript", "path": "res://SanParse/Move.gd" }, { "base": "Node", -"class": "NetManager", -"language": "GDScript", -"path": "res://networking/PacketHandler.gd" -}, { -"base": "Node", "class": "Network", "language": "GDScript", "path": "res://networking/Network.gd" @@ -199,6 +204,7 @@ _global_script_class_icons={ "Confirm": "", "ConfirmButton": "", "DrawButton": "res://assets/ui/draw.png", +"ExpandableTextEdit": "", "FEN": "", "FENLabel": "", "FlipButton": "res://assets/ui/flip_board.png", @@ -209,8 +215,8 @@ _global_script_class_icons={ "King": "res://assets/pieces/california/wK.png", "Knight": "res://assets/pieces/california/wN.png", "Lobby": "", +"MessageList": "", "Move": "", -"NetManager": "", "Network": "", "OldColorView": "", "PGN": "", |