Skip to content

Commit

Permalink
add PreferencesConfiguration.js schema to RaP, #363
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 5, 2021
1 parent bf66e29 commit 463469e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/ratio-and-proportion-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

// import PreferencesConfiguration from '../../joist/js/preferences/PreferencesConfiguration.js';
import Sim from '../../joist/js/Sim.js';
import simLauncher from '../../joist/js/simLauncher.js';
import Tandem from '../../tandem/js/Tandem.js';
Expand All @@ -24,6 +25,11 @@ const simOptions = {
soundDesign: 'Ashton Morris'
},
hasKeyboardHelpContent: true
// preferencesConfiguration: new PreferencesConfiguration( {
// audioOptions: {
// supportsVoicing: true
// }
// } )
};

// launch the sim - beware that scenery Image nodes created outside of simLauncher.launch() will have zero bounds
Expand Down

0 comments on commit 463469e

Please sign in to comment.