online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/GameUI.tscn')
| -rw-r--r-- | ui/GameUI.tscn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/GameUI.tscn b/ui/GameUI.tscn index b12c656..b59d354 100644 --- a/ui/GameUI.tscn +++ b/ui/GameUI.tscn @@ -123,6 +123,7 @@ __meta__ = { } [node name="BlackTime" type="Label" parent="Holder/Back/VBox"] +visible = false margin_top = 105.0 margin_right = 400.0 margin_bottom = 188.0 @@ -169,9 +170,10 @@ custom_constants/vseparation = 0 columns = 3 [node name="WhiteTime" type="Label" parent="Holder/Back/VBox"] -margin_top = 488.0 +visible = false +margin_top = 421.0 margin_right = 400.0 -margin_bottom = 571.0 +margin_bottom = 504.0 custom_fonts/font = ExtResource( 2 ) text = "00:00.0" align = 1 @@ -195,9 +197,9 @@ color = Color( 0, 0, 0, 1 ) script = ExtResource( 5 ) [node name="FENlabel" type="LineEdit" parent="Holder/Back/VBox"] -margin_top = 621.0 +margin_top = 488.0 margin_right = 400.0 -margin_bottom = 695.0 +margin_bottom = 562.0 custom_colors/font_color_uneditable = Color( 1, 1, 1, 1 ) custom_fonts/font = SubResource( 8 ) text = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1" |