Reduced the sound volume a little bit.

pull/13/head
Ishaan Bhardwaj 2020-12-04 20:12:36 -05:00
parent 2728780c45
commit 2b8b9d5084
1 changed files with 1 additions and 1 deletions

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