Mostly music

This commit is contained in:
2025-07-29 20:19:07 +02:00
parent ec3a23b5cc
commit a69b40132a
12 changed files with 286 additions and 9 deletions

View File

@ -86,11 +86,12 @@ offset_bottom = 15.5
grow_horizontal = 2
grow_vertical = 2
tab_alignment = 1
current_tab = 0
current_tab = 1
clip_tabs = false
tab_focus_mode = 1
[node name="Screen & Video" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
metadata/_tab_index = 0
@ -150,10 +151,84 @@ size_flags_horizontal = 4
size_flags_vertical = 4
[node name="Music & Sound" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
metadata/_tab_index = 1
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Music & Sound"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -288.5
offset_top = -20.0
offset_right = 288.5
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="TabContainer/Music & Sound/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="Label" type="Label" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Master Volume"
[node name="VSeparator" type="VSeparator" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 50
theme_override_styles/separator = SubResource("StyleBoxEmpty_ed6ki")
[node name="HSlider" type="HSlider" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
step = 5.0
value = 100.0
[node name="HBoxContainer2" type="HBoxContainer" parent="TabContainer/Music & Sound/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="Label" type="Label" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Music Volume"
[node name="VSeparator" type="VSeparator" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer2"]
layout_mode = 2
theme_override_constants/separation = 50
theme_override_styles/separator = SubResource("StyleBoxEmpty_ed6ki")
[node name="HSlider" type="HSlider" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer2"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
step = 5.0
value = 100.0
[node name="HBoxContainer3" type="HBoxContainer" parent="TabContainer/Music & Sound/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="Label" type="Label" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer3"]
layout_mode = 2
text = "SFX Volume"
[node name="VSeparator" type="VSeparator" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer3"]
layout_mode = 2
theme_override_constants/separation = 50
theme_override_styles/separator = SubResource("StyleBoxEmpty_ed6ki")
[node name="HSlider" type="HSlider" parent="TabContainer/Music & Sound/VBoxContainer/HBoxContainer3"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
step = 5.0
value = 100.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 12