mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +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
ddaae8e614
commit
99b5dd0c66
1 changed files with 4 additions and 1 deletions
|
@ -1721,9 +1721,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