16 lines
773 B
Text
16 lines
773 B
Text
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://iiui0qx2n0e7"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://bc0ctgacnyhwl" path="res://Fonts/Jost.ttf" id="1_hs4gj"]
|
|
[ext_resource type="StyleBox" uid="uid://d02xlf4hym2sj" path="res://Button_NormalStyle.tres" id="2_truig"]
|
|
|
|
[resource]
|
|
Button/colors/font_color = Color(1, 1, 1, 1)
|
|
Button/colors/font_disabled_color = Color(0.482353, 0.482353, 0.482353, 1)
|
|
Button/colors/font_focus_color = Color(1, 1, 1, 1)
|
|
Button/colors/font_hover_color = Color(1, 1, 1, 1)
|
|
Button/font_sizes/font_size = 30
|
|
Button/fonts/font = ExtResource("1_hs4gj")
|
|
Button/styles/focus = ExtResource("2_truig")
|
|
Button/styles/hover = ExtResource("2_truig")
|
|
Button/styles/normal = ExtResource("2_truig")
|
|
Button/styles/pressed = ExtResource("2_truig")
|