online multiplayer chess game (note server currently down)
Diffstat (limited to 'World.tscn')
-rw-r--r--World.tscn9
1 files changed, 9 insertions, 0 deletions
diff --git a/World.tscn b/World.tscn
index 2f512ea..9b820e2 100644
--- a/World.tscn
+++ b/World.tscn
@@ -14,4 +14,13 @@ script = ExtResource( 1 )
[node name="Foreground" type="CanvasLayer" parent="Grid"]
+[node name="Darken" type="ColorRect" parent="Grid"]
+visible = false
+anchor_right = 1.0
+anchor_bottom = 1.0
+rect_min_size = Vector2( 800, 800 )
+mouse_filter = 2
+mouse_default_cursor_shape = 7
+color = Color( 0, 0, 0, 0.784314 )
+
[node name="UI" parent="." instance=ExtResource( 2 )]