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 bad9727..18e9f39 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://pieces/Bishop.gd" }, { +"base": "LineEdit", +"class": "FENLabel", +"language": "GDScript", +"path": "res://ui/FENlabel.gd" +}, { "base": "Node2D", "class": "Grid", "language": "GDScript", @@ -51,6 +56,7 @@ _global_script_classes=[ { } ] _global_script_class_icons={ "Bishop": "res://assets/pieces/california/wB.png", +"FENLabel": "", "Grid": "", "King": "res://assets/pieces/california/wK.png", "Knight": "res://assets/pieces/california/wN.png", |