summaryrefslogtreecommitdiff
path: root/Assets/menu.tres
blob: 759ace0244c88fd4760e0d089c65a340da84a969 (plain)
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
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://b2pl6wu7l374w"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ldkow"]
bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176)
border_width_left = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mlijo"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g0xox"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(0, 0, 0, 0.501961)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fhjtc"]
bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_color = Color(1, 1, 1, 1)
corner_radius_top_left = 6
corner_radius_top_right = 6
expand_margin_bottom = 1.0

[resource]
TabContainer/colors/font_selected_color = Color(0, 0, 0, 1)
TabContainer/colors/font_unselected_color = Color(1, 1, 1, 1)
TabContainer/font_sizes/font_size = 5
TabContainer/styles/panel = SubResource("StyleBoxFlat_ldkow")
TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_mlijo")
TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_g0xox")
TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_fhjtc")