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 6c253c1 commit 2d18a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{ value: 'showCanvasNodeBounds', text: 'CanvasNode Bounds' },
{ value: 'supportsInteractiveDescription', text: 'Supports Interactive Description', default: false, type: 'boolean' },
{ value: 'supportsSound', text: 'Supports Sound', default: false, type: 'boolean' },
{ value: 'supportsEnhancedSound', text: 'Supports Enhanced Sound', default: false, type: 'boolean' },
{ value: 'supportsExtraSound', text: 'Supports Extra Sound', default: false, type: 'boolean' },
{ value: 'supportsPanAndZoom', text: 'Supports Pan and Zoom', default: true, type: 'boolean' },
{ value: 'supportsVoicing', text: 'Supports Voicing', default: false, type: 'boolean' },
{ value: 'voicingInitiallyEnabled', text: 'Voicing on by default' },
Expand Down

0 comments on commit 2d18a81

Please sign in to comment.