online multiplayer chess game (note server currently down)
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.godot b/project.godot index 6b4aec9..64e8663 100644 --- a/project.godot +++ b/project.godot @@ -34,10 +34,10 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/colorpicker/ColorSelect.gd" }, { -"base": "Control", +"base": "WindowDialog", "class": "Confirm", "language": "GDScript", -"path": "res://ui/confirmbar.gd" +"path": "res://ui/confirm/confirm.gd" }, { "base": "BarTextureButton", "class": "DrawButton", |