1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
[gd_resource type="Theme" load_steps=11 format=3 uid="uid://c6y6r8kcnbb10"]
[ext_resource type="FontFile" uid="uid://l34toovp0ncy" path="res://client_data/System/font/SCDream4.otf" id="1_qhl1o"]
[ext_resource type="FontFile" uid="uid://dqqmqch0dgxxc" path="res://client_data/System/font/SCDream6.otf" id="2_f5aki"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_re72a"]
content_margin_left = 2.0
content_margin_top = 4.0
content_margin_right = 2.0
content_margin_bottom = 1.0
bg_color = Color(0.776471, 0.807843, 0.905882, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oh4jn"]
content_margin_left = 4.0
content_margin_top = 3.0
content_margin_right = 4.0
content_margin_bottom = 2.0
bg_color = Color(0.937255, 0.937255, 0.968627, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_s68x7"]
content_margin_left = 3.0
content_margin_top = 2.0
content_margin_right = 3.0
content_margin_bottom = 0.0
bg_color = Color(0.890196, 0.933333, 0.992157, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_je15x"]
content_margin_left = 3.0
content_margin_top = 2.0
content_margin_right = 3.0
content_margin_bottom = 0.0
bg_color = Color(0.891936, 0.934628, 0.991744, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h4yp8"]
content_margin_left = 3.0
content_margin_top = 2.0
content_margin_right = 3.0
content_margin_bottom = 0.0
bg_color = Color(0.792157, 0.87451, 0.984314, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vgwil"]
content_margin_left = 3.0
content_margin_top = 2.0
content_margin_right = 3.0
content_margin_bottom = 0.0
bg_color = Color(0.620091, 0.770828, 0.97069, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_f5aki"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_f5aki"]
content_margin_left = 3.0
content_margin_top = 0.0
content_margin_right = 3.0
content_margin_bottom = 0.0
bg_color = Color(0.94902, 0.94902, 0.94902, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.752941, 0.752941, 0.752941, 1)
[resource]
BoxContainer/constants/separation = 0
Button/font_sizes/font_size = 12
Button/fonts/font = ExtResource("1_qhl1o")
CharacterSelectionStatusLabel/base_type = &"Label"
CharacterSelectionStatusLabel/colors/font_color = Color(0.129412, 0.223529, 0.388235, 1)
CharacterSelectionStatusLabel/fonts/font = ExtResource("2_f5aki")
CharacterSelectionStatusLabel/styles/normal = SubResource("StyleBoxFlat_re72a")
CharacterSelectionStatusLabel2/base_type = &"Label"
CharacterSelectionStatusLabel2/styles/normal = SubResource("StyleBoxFlat_oh4jn")
CharacterServerButton/base_type = &"Button"
CharacterServerButton/colors/font_color = Color(0.133333, 0.133333, 0.133333, 1)
CharacterServerButton/colors/font_focus_color = Color(0.133333, 0.133333, 0.133333, 1)
CharacterServerButton/colors/font_hover_color = Color(0.133333, 0.133333, 0.133333, 1)
CharacterServerButton/colors/font_pressed_color = Color(0.133333, 0.133333, 0.133333, 1)
CharacterServerButton/styles/focus = SubResource("StyleBoxFlat_s68x7")
CharacterServerButton/styles/hover = SubResource("StyleBoxFlat_je15x")
CharacterServerButton/styles/normal = SubResource("StyleBoxFlat_h4yp8")
CharacterServerButton/styles/pressed = SubResource("StyleBoxFlat_vgwil")
Label/colors/font_color = Color(0.133333, 0.133333, 0.133333, 1)
Label/colors/font_shadow_color = Color(1, 1, 1, 0.392157)
Label/font_sizes/font_size = 12
Label/fonts/font = ExtResource("1_qhl1o")
LabelLabel/base_type = &"Label"
LabelLabel/colors/font_color = Color(0.352941, 0.435294, 0.6, 1)
LabelLabel/fonts/font = ExtResource("2_f5aki")
LineEdit/colors/caret_color = Color(0, 0, 0, 1)
LineEdit/colors/font_color = Color(0.133333, 0.133333, 0.133333, 1)
LineEdit/colors/font_placeholder_color = Color(0.282074, 0.282074, 0.282073, 0.6)
LineEdit/font_sizes/font_size = 12
LineEdit/fonts/font = ExtResource("1_qhl1o")
LineEdit/styles/focus = SubResource("StyleBoxEmpty_f5aki")
LineEdit/styles/normal = SubResource("StyleBoxFlat_f5aki")
|