mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-19 17:32:11 +00:00
add snd_footstepvolume to sound options menu
(SNDMNU_FOOTSTEPVOLUME is already in the spreadsheet, but only for en/pt so far)
This commit is contained in:
parent
023328da04
commit
b7c9675c9d
2 changed files with 2 additions and 0 deletions
|
@ -1938,6 +1938,7 @@ OptionMenu SoundOptions protected
|
|||
StaticText " "
|
||||
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_FOOTSTEPVOLUME", "snd_footstepvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
|
|
|
@ -35,6 +35,7 @@ OptionMenu SoundOptionsSimple protected
|
|||
StaticText " "
|
||||
Slider "$SNDMNU_SFXVOLUME", "snd_sfxvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_MUSICVOLUME", "snd_musicvolume", 0, 1, 0.05, 2
|
||||
Slider "$SNDMNU_FOOTSTEPVOLUME", "snd_footstepvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
Slider "$SNDMNU_MENUVOLUME", "snd_menuvolume", 0, 1, 0.05, 2
|
||||
StaticText " "
|
||||
|
|
Loading…
Reference in a new issue