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:
Ricardo Luís Vaz Silva 2024-12-20 22:34:03 -03:00 committed by Rachael Alexanderson
parent 023328da04
commit b7c9675c9d
2 changed files with 2 additions and 0 deletions

View file

@ -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 " "

View file

@ -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 " "