Skip to content

Commit

Permalink
Instrument and feature surfaceColorProperty, see #32 and phetsims/sun…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 30, 2024
1 parent 66601ff commit e04b6bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions js/common/model/MPPreferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const MPPreferences = {
//TODO see https://github.com/phetsims/molecule-polarity/issues/32
// Until the 'Real Molecules' screen is fully implemented, opt out of PhET-iO instrumentation.
// In the meantime, support testing via the realMolecules query parameter.
tandem: ( MPQueryParameters.realMolecules ) ?
Tandem.PREFERENCES.createTandem( 'surfaceColorProperty' ) :
Tandem.OPT_OUT.createTandem( 'surfaceColorProperty' ),
phetioDocumentation: 'color scheme for the Electrostatic Potential surface in the Real Molecules screen'
tandem: Tandem.PREFERENCES.createTandem( 'surfaceColorProperty' ),
phetioDocumentation: 'color scheme for the Electrostatic Potential surface in the Real Molecules screen',
phetioFeatured: true
} )
};

Expand Down

0 comments on commit e04b6bd

Please sign in to comment.