From b0329a58a650c032bf416edd96c91f9eb205f214 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 9 Sep 2015 09:29:31 -0700 Subject: [PATCH] lower volume --- examples/entityScripts/boombox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/entityScripts/boombox.js b/examples/entityScripts/boombox.js index d1d18ec615..cc0dc23a23 100644 --- a/examples/entityScripts/boombox.js +++ b/examples/entityScripts/boombox.js @@ -71,7 +71,7 @@ if (_this.injector == null) { _this.injector = Audio.playSound(_this.song, { position: props.position, // position of boombox entity - volume: 0.5, + volume: 0.1, loop: true }); } else {