Skip to content

Commit

Permalink
turned off default button sound, see #181
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 19, 2019
1 parent 55b3e47 commit 7596365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/gravity-force-lab/view/MassControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ define( require => {
const gravityForceLab = require( 'GRAVITY_FORCE_LAB/gravityForceLab' );
const ISLCObjectControlPanel = require( 'INVERSE_SQUARE_LAW_COMMON/view/ISLCObjectControlPanel' );
const PhetFont = require( 'SCENERY_PHET/PhetFont' );
const Playable = require( 'TAMBO/Playable' );
const Property = require( 'AXON/Property' );
const Util = require( 'DOT/Util' );

Expand Down Expand Up @@ -95,8 +96,10 @@ define( require => {
font: new PhetFont( 18 ),
xMargin: 20,
yMargin: 4
},
arrowButtonOptions: {
soundPlayer: Playable.NO_SOUND
}

},

tickLabelOptions: {
Expand Down

0 comments on commit 7596365

Please sign in to comment.