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
|
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://c5sm3yvuakj3b"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_y5ki2"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_rtqkv"]
content_margin_left = 4.0
content_margin_top = 2.0
content_margin_right = 4.0
content_margin_bottom = 2.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_47c11"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jf26r"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
[resource]
Button/colors/font_color = Color(0.133333, 0.133333, 0.133333, 1)
Button/colors/font_hover_color = Color(0.133333, 0.133333, 0.133333, 1)
Button/colors/font_pressed_color = Color(0.133333, 0.133333, 0.133333, 1)
Button/font_sizes/font_size = 12
Button/styles/hover = SubResource("StyleBoxTexture_y5ki2")
Button/styles/normal = SubResource("StyleBoxTexture_rtqkv")
Button/styles/pressed = SubResource("StyleBoxTexture_47c11")
LineEdit/colors/caret_color = Color(0, 0, 0, 1)
LineEdit/colors/font_color = Color(0.133333, 0.133333, 0.133333, 1)
LineEdit/font_sizes/font_size = 12
LineEdit/styles/normal = SubResource("StyleBoxTexture_jf26r")
|