Reduced the sound volume a little bit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user