online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPicker.tscn')
-rw-r--r--ui/colorpicker/ColorPicker.tscn8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/colorpicker/ColorPicker.tscn b/ui/colorpicker/ColorPicker.tscn
index e499dc5..3bbde35 100644
--- a/ui/colorpicker/ColorPicker.tscn
+++ b/ui/colorpicker/ColorPicker.tscn
@@ -1,6 +1,7 @@
-[gd_scene load_steps=10 format=2]
+[gd_scene load_steps=11 format=2]
[ext_resource path="res://ui/colorpicker/ColorPicker.gd" type="Script" id=1]
+[ext_resource path="res://assets/ui/ubuntu/ubuntu-normal-nerd.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://ui/barbutton/BarButton.theme" type="Theme" id=3]
[ext_resource path="res://assets/ui/ubuntu/ubuntu-bold.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://ui/colorpicker/HueSlider.gd" type="Script" id=6]
@@ -10,7 +11,9 @@
[ext_resource path="res://ui/colorpicker/ColorSelect.material" type="Material" id=11]
[sub_resource type="DynamicFont" id=1]
+size = 17
font_data = ExtResource( 4 )
+fallback/0 = ExtResource( 2 )
[node name="ColorPicker" type="Control"]
margin_right = 125.0
@@ -70,11 +73,10 @@ margin_bottom = 125.0
custom_constants/separation = 0
[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 )
-
+focus_mode = 0
mouse_default_cursor_shape = 2
theme = ExtResource( 3 )
custom_fonts/font = SubResource( 1 )