Splitted default and music bus
This commit is contained in:
parent
cab8bd12f9
commit
bbda020a2d
5 changed files with 40 additions and 32 deletions
|
|
@ -72,14 +72,25 @@ label_settings = SubResource("LabelSettings_or0he")
|
|||
horizontal_alignment = 1
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="SFXVolume" type="HBoxContainer" parent="Pause/MarginContainer/Buttons"]
|
||||
[node name="Volumes" type="HBoxContainer" parent="Pause/MarginContainer/Buttons"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Pause/MarginContainer/Buttons/SFXVolume"]
|
||||
[node name="Labels" type="VBoxContainer" parent="Pause/MarginContainer/Buttons/Volumes"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="SFX" type="Label" parent="Pause/MarginContainer/Buttons/Volumes/Labels"]
|
||||
layout_mode = 2
|
||||
text = "sfx"
|
||||
|
||||
[node name="HSlider" type="HSlider" parent="Pause/MarginContainer/Buttons/SFXVolume"]
|
||||
[node name="Music" type="Label" parent="Pause/MarginContainer/Buttons/Volumes/Labels"]
|
||||
layout_mode = 2
|
||||
text = "music"
|
||||
|
||||
[node name="Sliders" type="VBoxContainer" parent="Pause/MarginContainer/Buttons/Volumes"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="SFX" type="HSlider" parent="Pause/MarginContainer/Buttons/Volumes/Sliders"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
max_value = 1.0
|
||||
|
|
@ -87,14 +98,7 @@ step = 0.01
|
|||
value = 1.0
|
||||
script = ExtResource("3_e3p60")
|
||||
|
||||
[node name="MusicVolume" type="HBoxContainer" parent="Pause/MarginContainer/Buttons"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Pause/MarginContainer/Buttons/MusicVolume"]
|
||||
layout_mode = 2
|
||||
text = "music"
|
||||
|
||||
[node name="HSlider" type="HSlider" parent="Pause/MarginContainer/Buttons/MusicVolume"]
|
||||
[node name="Music" type="HSlider" parent="Pause/MarginContainer/Buttons/Volumes/Sliders"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
max_value = 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue