Skip to content

Commit

Permalink
Revert "Prune overrides files, see phetsims/scenery#1447"
Browse files Browse the repository at this point in the history
This reverts commit 02fe05d.
  • Loading branch information
samreid committed Sep 16, 2022
1 parent e6a9cb9 commit 68d3e22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/natural-selection-phet-io-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"naturalSelection.introScreen.view.addMutationsPanel.teethRow.visibleProperty": {
"phetioFeatured": true
},
"naturalSelection.introScreen.view.environmentalFactorsPanel.titleNode.visibleProperty": {
"phetioFeatured": true
},
"naturalSelection.introScreen.view.environmentalFactorsPanel.visibleProperty": {
"phetioFeatured": true
},
Expand Down Expand Up @@ -349,6 +352,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"naturalSelection.labScreen.view.addMutationsPanel.teethRow.visibleProperty": {
"phetioFeatured": true
},
"naturalSelection.labScreen.view.environmentalFactorsPanel.titleNode.visibleProperty": {
"phetioFeatured": true
},
"naturalSelection.labScreen.view.environmentalFactorsPanel.visibleProperty": {
"phetioFeatured": true
},
Expand Down

0 comments on commit 68d3e22

Please sign in to comment.