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 430715d..f8cec04 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "Control", +"class": "BarTextureButton", +"language": "GDScript", +"path": "res://ui/BarTextureButton.gd" +}, { "base": "Piece", "class": "Bishop", "language": "GDScript", @@ -80,6 +85,7 @@ _global_script_classes=[ { "path": "res://saveload.gd" } ] _global_script_class_icons={ +"BarTextureButton": "", "Bishop": "res://assets/pieces/california/wB.png", "ColorPickerBetter": "", "ColorPickerButtonBetter": "", |