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 28ac956..03c9fa1 100644 --- a/project.godot +++ b/project.godot @@ -10,11 +10,17 @@ config_version=4 _global_script_classes=[ { "base": "Node2D", +"class": "Grid", +"language": "GDScript", +"path": "res://Grid.gd" +}, { +"base": "Node2D", "class": "Piece", "language": "GDScript", "path": "res://Piece.gd" } ] _global_script_class_icons={ +"Grid": "", "Piece": "res://assets/california/wP.png" } |