Reduced the sound volume a little bit.

This commit is contained in:
Ishaan Bhardwaj 2020-12-04 20:12:36 -05:00
parent 2728780c45
commit 2b8b9d5084

View File

@ -30,7 +30,7 @@ function playSE(sound, subsound)
end
sounds[sound]:play()
else
sounds[sound][subsound]:setVolume(1)
sounds[sound][subsound]:setVolume(0.6)
if sounds[sound][subsound]:isPlaying() then
sounds[sound][subsound]:stop()
end