Skip to content

Commit

Permalink
incorporated revised softened attack photon emissions sounds, see #181
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet authored and jessegreenberg committed Apr 21, 2021
1 parent e4f575b commit 61533fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/moleculesandlight/view/malSoundOptionsDialogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61533fc

Please sign in to comment.