online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPicker.tscn')
-rw-r--r--ui/colorpicker/ColorPicker.tscn19
1 files changed, 13 insertions, 6 deletions
diff --git a/ui/colorpicker/ColorPicker.tscn b/ui/colorpicker/ColorPicker.tscn
index db272c0..77350c9 100644
--- a/ui/colorpicker/ColorPicker.tscn
+++ b/ui/colorpicker/ColorPicker.tscn
@@ -1,13 +1,16 @@
-[gd_scene load_steps=9 format=2]
+[gd_scene load_steps=10 format=2]
[ext_resource path="res://ui/colorpicker/ColorPicker.gd" type="Script" id=1]
-[ext_resource path="res://assets/ui/close.png" type="Texture" id=2]
+[ext_resource path="res://ui/barbutton/BarButton.theme" type="Theme" id=3]
+[ext_resource path="res://assets/ui/ubuntu-bold.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://ui/colorpicker/HueSlider.gd" type="Script" id=6]
[ext_resource path="res://ui/colorpicker/ColorSelect.gd" type="Script" id=7]
[ext_resource path="res://ui/colorpicker/OldColorView.gd" type="Script" id=9]
[ext_resource path="res://ui/colorpicker/huepicker.material" type="Material" id=10]
[ext_resource path="res://ui/colorpicker/ColorSelect.material" type="Material" id=11]
-[ext_resource path="res://ui/barbutton/BarTextureButton.tscn" type="PackedScene" id=12]
+
+[sub_resource type="DynamicFont" id=1]
+font_data = ExtResource( 4 )
[node name="ColorPicker" type="Control"]
margin_right = 125.0
@@ -66,12 +69,16 @@ margin_right = 125.0
margin_bottom = 125.0
custom_constants/separation = 0
-[node name="Close" parent="V/H2" instance=ExtResource( 12 )]
+[node name="Close" type="Button" parent="V/H2"]
+ focus_mode = 0
margin_right = 20.0
margin_bottom = 20.0
rect_min_size = Vector2( 20, 0 )
-texture_normal = ExtResource( 2 )
-normal_color = Color( 0.145098, 0.145098, 0.164706, 1 )
+
+mouse_default_cursor_shape = 2
+theme = ExtResource( 3 )
+custom_fonts/font = SubResource( 1 )
+text = ""
[node name="Spacer" type="Control" parent="V/H2"]
margin_left = 20.0