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 e9ed8f3 commit 62053e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion john-travoltage_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"simFeatures": {
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsExtraSound": true,
"supportsInteractiveDescription": true,
"supportsVoicing": true,
"supportsInteractiveHighlights": true
Expand Down
2 changes: 1 addition & 1 deletion js/john-travoltage/view/JohnTravoltageView.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class JohnTravoltageView extends ScreenView {
enableControlProperties: [ resetNotInProgressProperty ],
initialOutputLevel: 0.3
} );
soundManager.addSoundGenerator( popSoundGenerator, { sonificationLevel: SoundLevelEnum.ENHANCED } );
soundManager.addSoundGenerator( popSoundGenerator, { sonificationLevel: SoundLevelEnum.EXTRA } );

model.sparkVisibleProperty.link( sparkVisible => {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"simFeatures": {
"supportsSound": true,
"supportsEnhancedSound": true,
"supportsExtraSound": true,
"supportsInteractiveDescription": true,
"supportsVoicing": true,
"supportsInteractiveHighlights": true
Expand Down

0 comments on commit 62053e5

Please sign in to comment.