online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project.godot b/project.godot index e0b53df..8fbd1f1 100644 --- a/project.godot +++ b/project.godot @@ -54,10 +54,10 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/barbutton/flipbutton.gd" }, { -"base": "Node2D", +"base": "Control", "class": "Grid", "language": "GDScript", -"path": "res://Grid.gd" +"path": "res://Board.gd" }, { "base": "Control", "class": "HueSlider", @@ -109,7 +109,7 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://pieces/Pawn.gd" }, { -"base": "Node2D", +"base": "Control", "class": "Piece", "language": "GDScript", "path": "res://pieces/Piece.gd" @@ -228,7 +228,7 @@ gdscript/warnings/return_value_discarded=false window/size/width=1422 window/size/height=800 window/stretch/mode="2d" -window/stretch/aspect="keep" +window/stretch/aspect="expand" [editor] |