Skip to content

Commit

Permalink
rename enhanced sound -> extra sound, phetsims/tambo#165
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 8, 2022
1 parent a84cdb4 commit 0340cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion friction_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"simFeatures": {
"supportsVoicing": true,
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsExtraSound": true,
"supportsInteractiveDescription": true,
"supportsInteractiveHighlights": true
},
Expand Down
2 changes: 1 addition & 1 deletion js/friction/view/FrictionScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class FrictionScreenView extends ScreenView {
maxOutputLevel: 0.75
} );
soundManager.addSoundGenerator( this.coolingSoundGenerator, {
sonificationLevel: SoundLevelEnum.ENHANCED
sonificationLevel: SoundLevelEnum.EXTRA
} );

// add a node that creates a "play area" accessible section in the PDOM
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"simFeatures": {
"supportsVoicing": true,
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsExtraSound": true,
"supportsInteractiveDescription": true,
"supportsInteractiveHighlights": true
},
Expand Down

0 comments on commit 0340cd0

Please sign in to comment.