From 61533fc10c6d76ae6515283a275dd1137d4873e6 Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 2 Dec 2019 12:49:44 -0700 Subject: [PATCH] incorporated revised softened attack photon emissions sounds, see #181 --- js/moleculesandlight/view/malSoundOptionsDialogContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/moleculesandlight/view/malSoundOptionsDialogContent.js b/js/moleculesandlight/view/malSoundOptionsDialogContent.js index 98e5de22..14ad12da 100644 --- a/js/moleculesandlight/view/malSoundOptionsDialogContent.js +++ b/js/moleculesandlight/view/malSoundOptionsDialogContent.js @@ -40,7 +40,7 @@ define( require => { constructor() { // @public (read-only) - this.photonInitialEmissionSoundSetProperty = new NumberProperty( 3 ); + this.photonInitialEmissionSoundSetProperty = new NumberProperty( 4 ); this.photonSecondaryEmissionSoundSetProperty = new NumberProperty( 2 ); // @private {Node} - dialog content, created when requested, see explanation below