online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot14
1 files changed, 13 insertions, 1 deletions
diff --git a/project.godot b/project.godot
index 896ec4c..dfe2fb0 100644
--- a/project.godot
+++ b/project.godot
@@ -34,7 +34,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://ui/checkboxbutton/CheckBoxButton.gd"
}, {
-"base": "Reference",
+"base": "Resource",
"class": "Chess",
"language": "GDScript",
"path": "res://board/chess.gd"
@@ -124,6 +124,16 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://ui/menus/lobby/Lobby.gd"
}, {
+"base": "HBoxContainer",
+"class": "MaterialLabel",
+"language": "GDScript",
+"path": "res://ui/menus/sidebarright/material/MaterialLabel.gd"
+}, {
+"base": "Node",
+"class": "MaterialLabelManager",
+"language": "GDScript",
+"path": "res://ui/menus/sidebarright/material/MaterialLabelManager.gd"
+}, {
"base": "PanelContainer",
"class": "MessageList",
"language": "GDScript",
@@ -238,6 +248,8 @@ _global_script_class_icons={
"Key": "",
"KeyUtils": "",
"Lobby": "",
+"MaterialLabel": "",
+"MaterialLabelManager": "",
"MessageList": "",
"Network": "",
"OldColorView": "",