Skip to content

Commit

Permalink
change sound step to 10%, #90
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 7, 2024
1 parent 54d6cfd commit ad16587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/generator/view/WaterFaucetNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ValueChangeSoundPlayer from '../../../../tambo/js/sound-generators/ValueC
import Tandem from '../../../../tandem/js/Tandem.js';
import Utils from '../../../../dot/js/Utils.js';

const SOUND_STEP = 5; // %, play sound when flowRateProperty changes by this much.
const SOUND_STEP = 10; // %, play sound when flowRateProperty changes by this much.

type SelfOptions = EmptySelfOptions;

Expand Down

0 comments on commit ad16587

Please sign in to comment.