mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 12:39:01 -06:00
Reduced the sound volume a little bit.
This commit is contained in:
parent
2728780c45
commit
2b8b9d5084
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user