Skip to content

Commit

Permalink
default to fifths option 2, #9
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 28, 2020
1 parent 7cac81c commit ba95941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/designingProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DesigningProperties {
this.movingInProportionSoundSelectorProperty = new NumberProperty( 3 );

// global Property for selecting sound when staccato-type sound is at the "perfect" ratio, this is temporary, see https://github.com/phetsims/ratio-and-proportion/issues/9
this.inProportionSoundSelectorProperty = new NumberProperty( 0 );
this.inProportionSoundSelectorProperty = new NumberProperty( 3 );

// border and click sounds for the vertical ratio pointer movement, this is temporary, see https://github.com/phetsims/ratio-and-proportion/issues/45
this.ratioUISoundsEnabledProperty = new BooleanProperty( true );
Expand Down

0 comments on commit ba95941

Please sign in to comment.