-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.tres
49 lines (44 loc) · 1.9 KB
/
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
44
45
46
47
48
49
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://d3c0omgftm182"]
[ext_resource type="Texture2D" uid="uid://i2wn1rfct6el" path="res://textures/paperPanel.png" id="1_dxkvg"]
[ext_resource type="FontFile" uid="uid://cstaee1jx6f7m" path="res://PressStart2P-Regular.ttf" id="1_h0dad"]
[ext_resource type="FontFile" uid="uid://c4pgqicvroaa" path="res://SpaceGrotesk-VariableFont_wght.ttf" id="1_o5f23"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t41yn"]
bg_color = Color(0.85098, 0.85098, 0.85098, 1)
border_width_left = 4
border_width_top = 4
border_color = Color(1, 1, 1, 1)
shadow_color = Color(0, 0, 0, 1)
shadow_size = 2
shadow_offset = Vector2(2, 2)
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2c78y"]
bg_color = Color(0, 0, 0, 1)
border_width_top = 5
border_color = Color(0, 0, 0, 1)
anti_aliasing = false
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_c68uu"]
texture = ExtResource("1_dxkvg")
texture_margin_left = 32.0
texture_margin_top = 24.0
texture_margin_right = 7.0
texture_margin_bottom = 24.0
axis_stretch_horizontal = 1
axis_stretch_vertical = 1
region_rect = Rect2(0, 0, 231, 256)
[resource]
default_font = ExtResource("1_o5f23")
default_font_size = 12
Button/colors/font_color = Color(0, 0, 0, 1)
Button/colors/font_focus_color = Color(0.133196, 0.133197, 0.133197, 1)
Button/colors/font_hover_color = Color(0.133333, 0.133333, 0.133333, 1)
Button/colors/font_hover_pressed_color = Color(0.332881, 0.332881, 0.332881, 1)
Button/font_sizes/font_size = 21
Button/fonts/font = ExtResource("1_h0dad")
Button/styles/normal = SubResource("StyleBoxFlat_t41yn")
HSeparator/styles/separator = SubResource("StyleBoxFlat_2c78y")
Label/colors/font_color = Color(0, 0, 0, 1)
Label/constants/line_spacing = 2
Label/font_sizes/font_size = 20
Label/fonts/font = ExtResource("1_h0dad")
Panel/styles/panel = SubResource("StyleBoxTexture_c68uu")
VBoxContainer/constants/separation = 13