Raised the piece sound volume by a factor of 10.

This commit is contained in:
Ishaan Bhardwaj 2020-12-04 19:42:33 -05:00
parent ca592a3bcf
commit 2728780c45

View File

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