-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamejame_2024_theme.tres
41 lines (36 loc) · 1.74 KB
/
gamejame_2024_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
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://clwjpsq8eh1ds"]
[ext_resource type="FontFile" uid="uid://bayopgm4cvg2o" path="res://Macondo-Regular.ttf" id="1_y0b4t"]
[ext_resource type="StyleBox" uid="uid://dpkpbe8q8yqcf" path="res://style_box_flat_hover.tres" id="2_q1b8d"]
[ext_resource type="StyleBox" uid="uid://s34oh3pdc3go" path="res://style_box_flat.tres" id="3_t850i"]
[ext_resource type="StyleBox" uid="uid://bx6hp6y5tm16q" path="res://style_box_flat_pressed.tres" id="4_wkoft"]
[ext_resource type="FontFile" uid="uid://dp2p5chmqvhdp" path="res://Roboto-Regular.ttf" id="5_0ay54"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nibqb"]
bg_color = Color(0.105882, 0.0235294, 0.00392157, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
corner_detail = 16
shadow_size = 4
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_geuxt"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5vdwj"]
bg_color = Color(0, 0, 0, 0.901961)
border_width_left = 6
border_width_top = 6
border_width_right = 6
border_width_bottom = 6
border_color = Color(0, 0, 0, 0.901961)
[resource]
default_font = ExtResource("1_y0b4t")
default_font_size = 24
Button/colors/font_color = Color(0.85098, 0.85098, 0.694118, 1)
Button/font_sizes/font_size = 24
Button/styles/hover = ExtResource("2_q1b8d")
Button/styles/normal = ExtResource("3_t850i")
Button/styles/pressed = ExtResource("4_wkoft")
Fonts/fonts/Macondo = ExtResource("1_y0b4t")
Fonts/fonts/Roboto = ExtResource("5_0ay54")
HSeparator/colors/color = Color(1, 1, 1, 1)
Panel/styles/panel = SubResource("StyleBoxFlat_nibqb")
PanelContainer/styles/panel = SubResource("StyleBoxEmpty_geuxt")
TooltipPanel/styles/panel = SubResource("StyleBoxFlat_5vdwj")