online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Settings.tscn')
| -rw-r--r-- | ui/Settings.tscn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ui/Settings.tscn b/ui/Settings.tscn index 7b47d2d..48fef75 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 @@ -144,7 +143,6 @@ margin_top = 121.0 margin_right = 326.0 margin_bottom = 227.0 text = "boardcolor1" -script = ExtResource( 6 ) [node name="boardcolor2" parent="ColorRect/HBoxContainer/VBoxContainer3" instance=ExtResource( 5 )] margin_top = 242.0 |