online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Settings.tscn')
| -rw-r--r-- | ui/Settings.tscn | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/ui/Settings.tscn b/ui/Settings.tscn index 1c08478..0d8dfac 100644 --- a/ui/Settings.tscn +++ b/ui/Settings.tscn @@ -1,11 +1,10 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://ui/main.tres" type="Theme" id=1] [ext_resource path="res://ui/Settings.gd" type="Script" id=2] [ext_resource path="res://assets/pieces/california/wP.png" type="Texture" id=3] [ext_resource path="res://ui/Preview.gd" type="Script" id=4] -[ext_resource path="res://ui/ColorPickerButton.tscn" type="PackedScene" id=5] -[ext_resource path="res://ui/ColorPickerButton.gd" type="Script" id=6] +[ext_resource path="res://ui/colorpicker/ColorPickerButton.tscn" type="PackedScene" id=5] [node name="Settings" type="Control" groups=["control"]] anchor_right = 1.0 @@ -16,7 +15,7 @@ script = ExtResource( 2 ) [node name="ColorRect" type="ColorRect" parent="." groups=["control"]] anchor_right = 1.0 anchor_bottom = 1.0 -color = Color( 0, 0, 0, 0.862745 ) +color = Color( 0, 0, 0, 1 ) [node name="HBoxContainer" type="HBoxContainer" parent="ColorRect" groups=["control"]] anchor_right = 1.0 @@ -24,8 +23,8 @@ anchor_bottom = 1.0 alignment = 1 [node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/HBoxContainer" groups=["control"]] -margin_left = 54.0 -margin_right = 420.0 +margin_left = 165.0 +margin_right = 531.0 margin_bottom = 800.0 alignment = 1 @@ -100,8 +99,8 @@ 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 +margin_left = 546.0 +margin_right = 915.0 margin_bottom = 800.0 alignment = 1 @@ -131,8 +130,8 @@ 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 = 800.0 alignment = 1 @@ -149,7 +148,6 @@ margin_top = 347.0 margin_right = 326.0 margin_bottom = 453.0 text = "boardcolor1" -script = ExtResource( 6 ) [node name="boardcolor2" parent="ColorRect/HBoxContainer/VBoxContainer3" instance=ExtResource( 5 )] margin_top = 468.0 |