online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Settings.tscn')
-rw-r--r--ui/Settings.tscn39
1 files changed, 21 insertions, 18 deletions
diff --git a/ui/Settings.tscn b/ui/Settings.tscn
index 6a5dcf3..317f99b 100644
--- a/ui/Settings.tscn
+++ b/ui/Settings.tscn
@@ -6,34 +6,36 @@
[ext_resource path="res://ui/Preview.gd" type="Script" id=4]
[ext_resource path="res://ui/colorpicker/ColorPickerButton.tscn" type="PackedScene" id=5]
-[node name="Settings" type="Control" groups=["control"]]
+[node name="Settings" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
-[node name="ColorRect" type="ColorRect" parent="." groups=["control"]]
+[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
-color = Color( 0, 0, 0, 1 )
+color = Color( 0, 0, 0, 0.384314 )
-[node name="HBoxContainer" type="HBoxContainer" parent="ColorRect" groups=["control"]]
+[node name="HBoxContainer" type="HBoxContainer" parent="ColorRect"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 80.0
+mouse_filter = 2
alignment = 1
-[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/HBoxContainer" groups=["control"]]
-margin_left = 54.0
-margin_right = 420.0
+[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/HBoxContainer"]
+margin_left = 165.0
+margin_right = 531.0
margin_bottom = 720.0
+mouse_filter = 2
-[node name="BackButton" type="Button" parent="ColorRect/HBoxContainer/VBoxContainer" groups=["control"]]
+[node name="BackButton" type="Button" parent="ColorRect/HBoxContainer/VBoxContainer"]
margin_right = 366.0
margin_bottom = 106.0
text = "back"
-[node name="PieceSet" type="OptionButton" parent="ColorRect/HBoxContainer/VBoxContainer" groups=["control"]]
+[node name="PieceSet" type="OptionButton" parent="ColorRect/HBoxContainer/VBoxContainer"]
margin_top = 121.0
margin_right = 366.0
margin_bottom = 277.0
@@ -97,12 +99,13 @@ margin_right = 200.0
margin_bottom = 200.0
rect_min_size = Vector2( 100, 100 )
-[node name="VBoxContainer2" type="VBoxContainer" parent="ColorRect/HBoxContainer" groups=["control"]]
-margin_left = 435.0
-margin_right = 804.0
+[node name="VBoxContainer2" type="VBoxContainer" parent="ColorRect/HBoxContainer"]
+margin_left = 546.0
+margin_right = 915.0
margin_bottom = 720.0
+mouse_filter = 2
-[node name="VsyncButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]]
+[node name="VsyncButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2"]
margin_right = 369.0
margin_bottom = 140.0
focus_mode = 0
@@ -110,7 +113,7 @@ pressed = true
enabled_focus_mode = 0
text = "vsync"
-[node name="FullscreenButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]]
+[node name="FullscreenButton" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2"]
margin_top = 155.0
margin_right = 369.0
margin_bottom = 295.0
@@ -118,17 +121,17 @@ focus_mode = 0
enabled_focus_mode = 0
text = "fullscreen"
-[node name="Borderless" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2" groups=["control"]]
+[node name="Borderless" type="CheckBox" parent="ColorRect/HBoxContainer/VBoxContainer2"]
margin_top = 310.0
margin_right = 369.0
margin_bottom = 450.0
-focus_mode = 0
+focus_mode = 1
enabled_focus_mode = 0
text = "borders"
[node name="VBoxContainer3" type="VBoxContainer" parent="ColorRect/HBoxContainer"]
-margin_left = 819.0
-margin_right = 1145.0
+margin_left = 930.0
+margin_right = 1256.0
margin_bottom = 720.0
[node name="resetbutton" type="Button" parent="ColorRect/HBoxContainer/VBoxContainer3"]