Decrease the volume of the tutorial firecracker

This commit is contained in:
Ryan Huffman 2016-11-07 11:43:29 -08:00
parent 5c6ab5d0c3
commit e3941617c1

View file

@ -233,7 +233,7 @@ function playSuccessSound() {
function playFirecrackerSound(position) {
Audio.playSound(firecrackerSound, {
position: position,
volume: 0.7,
volume: 0.5,
loop: false
});
}