From 0c92c52d267e98ebc7d46fa52519376efab2ef7e Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 4 Feb 2016 14:52:50 -0800 Subject: [PATCH] more volume --- .../DomainContent/CellScience/Scripts/showButtonToPlaySound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js index 0a4c709c69..e505a532e3 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js @@ -24,7 +24,7 @@ stereo: true, loop: false, localOnly: true, - volume: 0.26 + volume: 0.5 }; this.sound = SoundCache.getSound(this.soundURL); }