super_space_game/scenes/ui.tres

44 lines
1.4 KiB
Text
Raw Normal View History

2025-12-04 03:30:37 +00:00
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://dtc7h6gpwpend"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mq06m"]
bg_color = Color(0, 0, 0, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(1, 1, 1, 1)
corner_detail = 1
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ue5e3"]
bg_color = Color(0, 0, 0, 1)
corner_detail = 1
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oei2i"]
bg_color = Color(1, 1, 1, 1)
corner_detail = 1
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[resource]
Button/colors/font_color = Color(0, 0, 0, 1)
Button/colors/font_focus_color = Color(1, 1, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_hover_pressed_color = Color(0, 0, 0, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/font_sizes/font_size = 24
Button/styles/focus = SubResource("StyleBoxFlat_mq06m")
Button/styles/hover = SubResource("StyleBoxFlat_mq06m")
Button/styles/hover_pressed = SubResource("StyleBoxFlat_ue5e3")
Button/styles/normal = SubResource("StyleBoxFlat_oei2i")
Button/styles/pressed = SubResource("StyleBoxFlat_ue5e3")