super_space_game/scenes/ui.tres

100 lines
3.5 KiB
Text
Raw Permalink Normal View History

2025-12-06 03:34:56 +00:00
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://dtc7h6gpwpend"]
[ext_resource type="Texture2D" uid="uid://c3pnbadrl2ndx" path="res://textures/slider_inactive.png" id="1_ue5e3"]
[ext_resource type="Texture2D" uid="uid://ck5prlddwtlse" path="res://textures/slider.png" id="2_s6eqm"]
2025-12-04 03:30:37 +00:00
[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
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ue5e3"]
bg_color = Color(0, 0, 0, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oei2i"]
bg_color = Color(1, 1, 1, 1)
corner_detail = 1
2025-12-06 03:34:56 +00:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_008vo"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.53333336, 0.53333336, 0.53333336, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_caq12"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bv8ho"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.06666667, 0.06666667, 0.06666667, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_s6eqm"]
bg_color = Color(0, 0, 0, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.53333336, 0.53333336, 0.53333336, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cv53u"]
bg_color = Color(0, 0, 0, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_twtfq"]
bg_color = Color(1, 1, 1, 1)
corner_detail = 1
2025-12-04 03:30:37 +00:00
[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")
2025-12-06 03:34:56 +00:00
HSlider/icons/grabber = ExtResource("1_ue5e3")
HSlider/icons/grabber_disabled = ExtResource("1_ue5e3")
HSlider/icons/grabber_highlight = ExtResource("2_s6eqm")
HSlider/styles/grabber_area = SubResource("StyleBoxFlat_008vo")
HSlider/styles/grabber_area_highlight = SubResource("StyleBoxFlat_caq12")
HSlider/styles/slider = SubResource("StyleBoxFlat_bv8ho")
Panel/styles/panel = SubResource("StyleBoxFlat_s6eqm")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_s6eqm")
ProgressBar/colors/font_color = Color(0, 0, 0, 1)
ProgressBar/constants/outline_size = 2
ProgressBar/styles/background = SubResource("StyleBoxFlat_cv53u")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_twtfq")