You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.6 KiB
38 lines
1.6 KiB
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://4tevy1my8joc"] |
|
|
|
[ext_resource type="FontFile" uid="uid://swxa7umqpfwu" path="res://hud/theme/HeartbitXX.ttf" id="1"] |
|
[ext_resource type="Texture2D" uid="uid://c7rhuvmdwfkk" path="res://hud/theme/checkbox_check.png" id="1_tbeor"] |
|
[ext_resource type="Texture2D" uid="uid://cxk2noaybwgrv" path="res://hud/theme/checkbox_uncheck.png" id="2_mk0s6"] |
|
|
|
[sub_resource type="FontVariation" id="FontVariation_touxu"] |
|
base_font = ExtResource("1") |
|
spacing_top = -3 |
|
spacing_bottom = -1 |
|
|
|
[resource] |
|
default_font = SubResource("FontVariation_touxu") |
|
Button/colors/font_color = Color(0.88, 0.88, 0.88, 1) |
|
Button/colors/font_color_disabled = Color(0.9, 0.9, 0.9, 0.2) |
|
Button/colors/font_color_hover = Color(0.94, 0.94, 0.94, 1) |
|
Button/colors/font_color_pressed = Color(1, 1, 1, 1) |
|
Button/constants/hseparation = 2 |
|
Button/constants/outline_size = 4 |
|
Button/styles/disabled = null |
|
Button/styles/focus = null |
|
Button/styles/hover = null |
|
Button/styles/normal = null |
|
Button/styles/pressed = null |
|
CheckBox/constants/icon_max_width = 11 |
|
CheckBox/constants/outline_size = 4 |
|
CheckBox/icons/checked = ExtResource("1_tbeor") |
|
CheckBox/icons/checked_disabled = null |
|
CheckBox/icons/radio_checked = null |
|
CheckBox/icons/radio_checked_disabled = null |
|
CheckBox/icons/radio_unchecked = null |
|
CheckBox/icons/radio_unchecked_disabled = null |
|
CheckBox/icons/unchecked = ExtResource("2_mk0s6") |
|
CheckBox/icons/unchecked_disabled = null |
|
HSeparator/constants/separation = 3 |
|
Label/constants/outline_size = 4 |
|
RichTextLabel/constants/outline_size = 4 |
|
VBoxContainer/constants/separation = 3
|
|
|