glitch-in-the-system/general_theme.tres

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-02-01 10:43:50 +01:00
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://x4at2pluavto"]
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[ext_resource type="FontFile" uid="uid://d04y8053bm382" path="res://assets/fonts/pixelmix/pixelmix.ttf" id="1"]
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[sub_resource type="FontFile" id="5"]
2023-10-18 21:26:27 +02:00
fallbacks = Array[Font]([ExtResource("1")])
2023-02-01 10:43:50 +01:00
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[sub_resource type="StyleBoxEmpty" id="1"]
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[sub_resource type="StyleBoxFlat" id="2"]
bg_color = Color(0, 0, 0, 1)
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[sub_resource type="StyleBoxFlat" id="3"]
bg_color = Color(0, 0, 0, 1)
2019-09-16 08:07:41 +02:00
2023-02-01 10:43:50 +01:00
[sub_resource type="StyleBoxFlat" id="4"]
bg_color = Color(0, 0, 0, 1)
2019-09-16 08:07:41 +02:00
[resource]
2023-02-01 10:43:50 +01:00
default_font = SubResource("5")
Button/colors/font_color = Color(0.6, 0.898039, 0.313726, 1)
Button/colors/font_color_disabled = Color(0.9, 0.9, 0.9, 0.2)
Button/colors/font_color_hover = Color(0.941176, 0.941176, 0.941176, 1)
Button/colors/font_color_pressed = Color(1, 1, 1, 1)
2019-09-16 08:07:41 +02:00
Button/constants/hseparation = 0
2023-02-01 10:43:50 +01:00
Button/fonts/font = SubResource("5")
2019-09-16 08:07:41 +02:00
Button/styles/disabled = null
2023-02-01 10:43:50 +01:00
Button/styles/focus = SubResource("1")
Button/styles/hover = SubResource("2")
Button/styles/normal = SubResource("3")
Button/styles/pressed = SubResource("4")