-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_theme.tres
More file actions
53 lines (47 loc) · 2.46 KB
/
ui_theme.tres
File metadata and controls
53 lines (47 loc) · 2.46 KB
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
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://do6m4y5l1ruhd"]
[ext_resource type="FontFile" uid="uid://bfctcgpqjx34f" path="res://fonts/multivac/multivac-interference.ttf" id="1_djxe3"]
[ext_resource type="StyleBox" uid="uid://dus88e5hsdxoj" path="res://ui_resources/button_normal_stylebox.tres" id="1_uxork"]
[ext_resource type="StyleBox" uid="uid://dbjnmsd1tsj4u" path="res://ui_resources/button_hover_stylebox.tres" id="2_6irsg"]
[ext_resource type="Texture2D" uid="uid://see1wqdmmanp" path="res://ui_textures/Button04.png" id="2_c4qd8"]
[ext_resource type="Texture2D" uid="uid://bqttnmtqm075x" path="res://ui_textures/Button09.png" id="5_irh55"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_cjhwh"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
texture = ExtResource("2_c4qd8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xhbqt"]
bg_color = Color(0.0588235, 0.184314, 0.243137, 1)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_loc1e"]
texture = ExtResource("5_irh55")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wub78"]
bg_color = Color(0.0588235, 0.184314, 0.243137, 0.831373)
[resource]
Button/colors/font_focus_color = Color(0.0901961, 0.482353, 0.439216, 1)
Button/colors/font_hover_color = Color(0.0901961, 0.482353, 0.439216, 1)
Button/colors/font_hover_pressed_color = Color(0.0901961, 0.486275, 0.439216, 1)
Button/colors/font_pressed_color = Color(0.0901961, 0.482353, 0.439216, 1)
Button/font_sizes/font_size = 30
Button/styles/disabled = ExtResource("1_uxork")
Button/styles/focus = ExtResource("2_6irsg")
Button/styles/hover = ExtResource("2_6irsg")
Button/styles/normal = ExtResource("1_uxork")
Button/styles/pressed = SubResource("StyleBoxTexture_cjhwh")
HeaderLabel/base_type = &"Label"
HeaderLabel/font_sizes/font_size = 72
HeaderLabel/fonts/font = ExtResource("1_djxe3")
Label/colors/font_color = Color(1, 1, 1, 1)
Label/font_sizes/font_size = 20
PanelContainer/styles/panel = SubResource("StyleBoxFlat_xhbqt")
PanelContainerBordered/base_type = &"PanelContainer"
PanelContainerBordered/styles/panel = SubResource("StyleBoxTexture_loc1e")
PanelContainerInGame/base_type = &"PanelContainer"
PanelContainerInGame/styles/panel = SubResource("StyleBoxFlat_wub78")