From ba959413d0b8478ff391b00c2d206fabcf11ab3f Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 28 Jul 2020 14:37:26 -0800 Subject: [PATCH] default to fifths option 2, #9 --- js/common/designingProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/designingProperties.js b/js/common/designingProperties.js index a1f49aad..31ceebe1 100644 --- a/js/common/designingProperties.js +++ b/js/common/designingProperties.js @@ -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 );