online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 48c6dc9..254d4a5 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "Reference", +"class": "Arg", +"language": "GDScript", +"path": "res://addons/gdcli/Arg.gd" +}, { "base": "Button", "class": "BackButton", "language": "GDScript", @@ -154,6 +159,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://PGN/PGN.gd" }, { +"base": "Reference", +"class": "Parser", +"language": "GDScript", +"path": "res://addons/gdcli/Parser.gd" +}, { "base": "Control", "class": "Piece", "language": "GDScript", @@ -215,6 +225,7 @@ _global_script_classes=[ { "path": "res://ui/menus/account/usernamepass.gd" } ] _global_script_class_icons={ +"Arg": "", "BackButton": "", "BackgroundSquare": "", "BarTextureButton": "", @@ -244,6 +255,7 @@ _global_script_class_icons={ "OldColorView": "", "OpeningLabel": "", "PGN": "", +"Parser": "", "Piece": "", "Preview": "", "PromotionPreview": "", |