This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.tres
More file actions
80 lines (70 loc) · 2.98 KB
/
theme.tres
File metadata and controls
80 lines (70 loc) · 2.98 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
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
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://du8oaaj8cjcxb"]
[ext_resource type="FontFile" uid="uid://6g7um1mv7nbq" path="res://Inter/static/Inter_18pt-Light.ttf" id="1_shgt4"]
[ext_resource type="Texture2D" uid="uid://imet62ds4n6d" path="res://player.png" id="2_abuwj"]
[ext_resource type="Texture2D" uid="uid://iw5q511gakl7" path="res://platform.png" id="3_0ouj7"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h1t6y"]
bg_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_q11pw"]
bg_color = Color(0.0666667, 0.0666667, 0.0666667, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yurmc"]
bg_color = Color(0.0666667, 0.0666667, 0.0666667, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dq1sj"]
bg_color = Color(0.0666667, 0.0666667, 0.0666667, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.270588, 0.270588, 0.270588, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vvm2r"]
bg_color = Color(0, 0, 0, 0.588235)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_svpkv"]
texture = ExtResource("3_0ouj7")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_xy0rs"]
texture = ExtResource("3_0ouj7")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_75575"]
texture = ExtResource("2_abuwj")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[resource]
Button/fonts/font = ExtResource("1_shgt4")
Button/styles/disabled = SubResource("StyleBoxFlat_h1t6y")
Button/styles/focus = SubResource("StyleBoxFlat_q11pw")
Button/styles/hover = SubResource("StyleBoxFlat_yurmc")
Button/styles/normal = SubResource("StyleBoxFlat_dq1sj")
Button/styles/pressed = SubResource("StyleBoxFlat_vvm2r")
HSlider/icons/grabber = ExtResource("2_abuwj")
HSlider/icons/grabber_disabled = ExtResource("2_abuwj")
HSlider/icons/grabber_highlight = ExtResource("2_abuwj")
HSlider/styles/grabber_area = SubResource("StyleBoxTexture_svpkv")
HSlider/styles/grabber_area_highlight = SubResource("StyleBoxTexture_svpkv")
HSlider/styles/slider = SubResource("StyleBoxTexture_svpkv")
Label/fonts/font = ExtResource("1_shgt4")
LineEdit/fonts/font = ExtResource("1_shgt4")
ProgressBar/colors/font_color = Color(0, 0, 0, 1)
ProgressBar/colors/font_outline_color = Color(1, 1, 1, 1)
ProgressBar/constants/outline_size = 6
ProgressBar/styles/background = SubResource("StyleBoxTexture_xy0rs")
ProgressBar/styles/fill = SubResource("StyleBoxTexture_75575")
TabBar/fonts/font = ExtResource("1_shgt4")