Skip to content

Commit

Permalink
change default sound design for #114 to hide the length maintenance s…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
jessegreenberg committed Apr 5, 2022
1 parent d61d3c8 commit ceadf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/quadrilateral/model/QuadrilateralSoundOptionsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class QuadrilateralSoundOptionsModel {
constructor() {

// The selected sound design, changing this will change the entire design.
this.soundDesignProperty = new EnumerationProperty( SoundDesign.MAINTENANCE_SOUNDS );
this.soundDesignProperty = new EnumerationProperty( SoundDesign.SUCCESS_SOUNDS );

// Property that controls the base sound for a few of the prototypes. Some prototypes have a base sound and
// the state of the sim changes the frequency and layering of the base sound. But there are a few base
Expand Down

0 comments on commit ceadf76

Please sign in to comment.