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.
24 lines
772 B
24 lines
772 B
[gd_resource type="Theme" load_steps=3 format=2] |
|
|
|
[ext_resource path="res://HeartbitXX.ttf" type="DynamicFontData" id=1] |
|
|
|
[sub_resource type="DynamicFont" id=1] |
|
outline_size = 1 |
|
outline_color = Color( 0, 0, 0, 1 ) |
|
extra_spacing_top = -3 |
|
extra_spacing_bottom = -1 |
|
font_data = ExtResource( 1 ) |
|
|
|
[resource] |
|
default_font = SubResource( 1 ) |
|
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/fonts/font = null |
|
Button/styles/disabled = null |
|
Button/styles/focus = null |
|
Button/styles/hover = null |
|
Button/styles/normal = null |
|
Button/styles/pressed = null
|
|
|