mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 17:09:02 -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
|
end
|
||||||
sounds[sound]:play()
|
sounds[sound]:play()
|
||||||
else
|
else
|
||||||
sounds[sound][subsound]:setVolume(1)
|
sounds[sound][subsound]:setVolume(0.6)
|
||||||
if sounds[sound][subsound]:isPlaying() then
|
if sounds[sound][subsound]:isPlaying() then
|
||||||
sounds[sound][subsound]:stop()
|
sounds[sound][subsound]:stop()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user