mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- separate/group out the volume sliders, make them look slightly hierarchal in order to denote their importance
This commit is contained in:
parent
407983749a
commit
612f198fcf
1 changed files with 4 additions and 1 deletions
|
@ -1742,9 +1742,12 @@ OptionMenu SoundOptions protected
|
|||
{
|
||||
Title "$SNDMNU_TITLE"
|
||||
Slider "$SNDMNU_MASTERVOLUME", "snd_mastervolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
Option "$SNDMNU_MIDIDEVICE", "snd_mididevice", "MidiDevices"
|
||||
StaticText " "
|
||||
Option "$SNDMNU_UNDERWATERREVERB", "snd_waterreverb", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue