phetsims / natural-selection

"Natural Selection" is an educational simulation in HTML5, by PhET Interactive Simulations
GNU General Public License v3.0
3 stars 7 forks source link

`populationModel.totalVisibleProperty` should be featured for both screens #337

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

In natural-selection-overrides.js:

    "naturalSelection.labScreen.model.graphs.populationModel.totalVisibleProperty": {
      "phetioFeatured": true
    },

populationModel.totalVisibleProperty is relevant for both screens, but is only featured for the Lab screen. @amanda-phet is this a bug or intentional?

amanda-phet commented 1 year ago

Seems like a "bug" (an error in the featured process using overrides). That should be featured for the Intro screen as well.

pixelzoom commented 1 year ago

Fixed in the above commits.populationModel.totalVisibleProperty is now featured in both screens.

Closing.