mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Dialogue sound effects
This commit is contained in:
parent
39ff2e8a99
commit
57b393fdcf
19 changed files with 170 additions and 10 deletions
|
|
@ -138,6 +138,17 @@ text = "Sound Effects Volume"
|
|||
layout_mode = 2
|
||||
AudioBusName = &"Effects"
|
||||
|
||||
[node name="VBoxContainer4" type="VBoxContainer" parent="ScrollContainer/VBoxContainer/GeneralSettings/VolumeContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/GeneralSettings/VolumeContainer/VBoxContainer4"]
|
||||
layout_mode = 2
|
||||
text = "Voices Volume"
|
||||
|
||||
[node name="SoundSlider" parent="ScrollContainer/VBoxContainer/GeneralSettings/VolumeContainer/VBoxContainer4" instance=ExtResource("6_x23el")]
|
||||
layout_mode = 2
|
||||
AudioBusName = &"Voice"
|
||||
|
||||
[node name="KeyRemapping" type="VBoxContainer" parent="ScrollContainer/VBoxContainer" node_paths=PackedStringArray("KeysContainer")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue