From 463469edb5aa6e35344990c1759327b2a811004c Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 5 Apr 2021 13:14:00 -0800 Subject: [PATCH] add PreferencesConfiguration.js schema to RaP, https://github.com/phetsims/ratio-and-proportion/issues/363 --- js/ratio-and-proportion-main.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/ratio-and-proportion-main.js b/js/ratio-and-proportion-main.js index 8eaea65d..f4937c62 100644 --- a/js/ratio-and-proportion-main.js +++ b/js/ratio-and-proportion-main.js @@ -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'; @@ -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