online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Settings.tscn')
| -rw-r--r-- | ui/Settings.tscn | 59 |
1 files changed, 27 insertions, 32 deletions
diff --git a/ui/Settings.tscn b/ui/Settings.tscn index 0d8dfac..48fef75 100644 --- a/ui/Settings.tscn +++ b/ui/Settings.tscn @@ -20,24 +20,23 @@ color = Color( 0, 0, 0, 1 ) [node name="HBoxContainer" type="HBoxContainer" parent="ColorRect" groups=["control"]] anchor_right = 1.0 anchor_bottom = 1.0 +margin_top = 80.0 alignment = 1 [node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/HBoxContainer" groups=["control"]] -margin_left = 165.0 -margin_right = 531.0 -margin_bottom = 800.0 -alignment = 1 +margin_left = 54.0 +margin_right = 420.0 +margin_bottom = 720.0 [node name="BackButton" type="Button" parent="ColorRect/HBoxContainer/VBoxContainer" groups=["control"]] -margin_top = 121.0 margin_right = 366.0 -margin_bottom = 227.0 +margin_bottom = 106.0 text = "back" [node name="PieceSet" type="OptionButton" parent="ColorRect/HBoxContainer/VBoxContainer" groups=["control"]] -margin_top = 242.0 +margin_top = 121.0 margin_right = 366.0 -margin_bottom = 398.0 +margin_bottom = 277.0 focus_mode = 0 custom_constants/hseparation = 3 enabled_focus_mode = 0 @@ -45,17 +44,17 @@ text = "piece set" icon = ExtResource( 3 ) [node name="PreviewLabel" type="Label" parent="ColorRect/HBoxContainer/VBoxContainer"] -margin_top = 413.0 +margin_top = 292.0 margin_right = 366.0 -margin_bottom = 463.0 +margin_bottom = 342.0 text = "Preview" align = 1 [node name="Preview" type="GridContainer" parent="ColorRect/HBoxContainer/VBoxContainer"] margin_left = 83.0 -margin_top = 478.0 +margin_top = 357.0 margin_right = 283.0 -margin_bottom = 678.0 +margin_bottom = 557.0 size_flags_horizontal = 4 custom_constants/vseparation = 0 custom_constants/hseparation = 0 @@ -99,60 +98,56 @@ margin_bottom = 200.0 rect_min_size = Vector2( 100, 100 ) [node name="VBoxContainer2" type="VBoxContainer" parent="ColorRect/HBoxContainer" groups=["control"]] -margin_left = 546.0 -margin_right = 915.0 -margin_bottom = 800.0 -alignment = 1 +margin_left = 435.0 +margin_right = 804.0 +margin_bottom = 720.0 [node name="VsyncButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]] -margin_top = 175.0 margin_right = 369.0 -margin_bottom = 315.0 +margin_bottom = 140.0 focus_mode = 0 pressed = true enabled_focus_mode = 0 text = "vsync" [node name="FullscreenButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]] -margin_top = 330.0 +margin_top = 155.0 margin_right = 369.0 -margin_bottom = 470.0 +margin_bottom = 295.0 focus_mode = 0 enabled_focus_mode = 0 text = "fullscreen" [node name="Borderless" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]] -margin_top = 485.0 +margin_top = 310.0 margin_right = 369.0 -margin_bottom = 625.0 +margin_bottom = 450.0 focus_mode = 0 enabled_focus_mode = 0 text = "borders" [node name="VBoxContainer3" type="VBoxContainer" parent="ColorRect/HBoxContainer"] -margin_left = 930.0 -margin_right = 1256.0 -margin_bottom = 800.0 -alignment = 1 +margin_left = 819.0 +margin_right = 1145.0 +margin_bottom = 720.0 [node name="resetbutton" type="Button" parent="ColorRect/HBoxContainer/VBoxContainer3"] -margin_top = 226.0 margin_right = 326.0 -margin_bottom = 332.0 +margin_bottom = 106.0 focus_mode = 0 enabled_focus_mode = 0 text = "reset all" [node name="boardcolor1" parent="ColorRect/HBoxContainer/VBoxContainer3" instance=ExtResource( 5 )] -margin_top = 347.0 +margin_top = 121.0 margin_right = 326.0 -margin_bottom = 453.0 +margin_bottom = 227.0 text = "boardcolor1" [node name="boardcolor2" parent="ColorRect/HBoxContainer/VBoxContainer3" instance=ExtResource( 5 )] -margin_top = 468.0 +margin_top = 242.0 margin_right = 326.0 -margin_bottom = 574.0 +margin_bottom = 348.0 text = "boardcolor2" [connection signal="pressed" from="ColorRect/HBoxContainer/VBoxContainer/BackButton" to="." method="_on_BackButton_pressed"] |