From e3941617c145e16e5183f7f02fc8dcc3ce3bad55 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 7 Nov 2016 11:43:29 -0800 Subject: [PATCH] Decrease the volume of the tutorial firecracker --- tutorial/tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 3d2b4ce36b..957316734a 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -233,7 +233,7 @@ function playSuccessSound() { function playFirecrackerSound(position) { Audio.playSound(firecrackerSound, { position: position, - volume: 0.7, + volume: 0.5, loop: false }); }