-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_ui_theme.tres
43 lines (39 loc) · 1.31 KB
/
game_ui_theme.tres
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
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://b4c0ivnw667v5"]
[ext_resource type="FontFile" uid="uid://b2ig0yviai843" path="res://fonts/roboto/Roboto-Light.ttf" id="1_pkg5w"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_obixo"]
content_margin_left = 0.0
content_margin_top = 0.0
content_margin_right = 0.0
content_margin_bottom = 0.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.8, 0.8, 0.8, 0.956863)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nsknb"]
content_margin_left = 20.0
content_margin_top = 20.0
content_margin_right = 20.0
content_margin_bottom = 20.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.8, 0.8, 0.8, 0.968627)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
corner_detail = 5
[resource]
default_font = ExtResource("1_pkg5w")
default_font_size = 40
Panel/styles/panel = SubResource("StyleBoxFlat_obixo")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_nsknb")