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