Skip to content

Commit

Permalink
added query parameter options for controlling sonification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 29, 2018
1 parent c9ceca7 commit 9c4a54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
// Query parameters used for the following modes: requirejs, compiled, production
var simQueryParameters = [
{ value: 'accessibility', text: 'Accessibility' },
{ value: 'sonification', text: 'Sonification' },
{ value: 'hasEnhancedSounds', text: 'Has Enhanced Sounds' },
{ value: 'audioVolume=0', text: 'Mute' },
{ value: 'fuzzMouse', text: 'Fuzz Mouse' },
{ value: 'dev', text: 'Dev' },
Expand Down

0 comments on commit 9c4a54a

Please sign in to comment.