online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/GameUI.tscn')
| -rw-r--r-- | ui/GameUI.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/GameUI.tscn b/ui/GameUI.tscn index 51cf767..9fc8a58 100644 --- a/ui/GameUI.tscn +++ b/ui/GameUI.tscn @@ -108,3 +108,10 @@ color = Color( 0, 0, 0, 1 ) [node name="Timer" type="Node" parent="Holder/Back/VBox"] script = ExtResource( 5 ) + +[node name="Darken" type="ColorRect" parent="."] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -400.0 +color = Color( 0, 0, 0, 0.784314 ) |