phetsims / balancing-chemical-equations

"Balancing Chemical Equations" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/balancing-chemical-equations
GNU General Public License v3.0
2 stars 5 forks source link

Add gameLevels query parameter #152

Closed pixelzoom closed 2 weeks ago

pixelzoom commented 9 months ago

See GLQueryParameters for an example:

  // The levels to show in the Line Game screen.
  gameLevels: getGameLevelsSchema( LineGameConstants.NUMBER_OF_GAME_LEVELS ),
pixelzoom commented 9 months ago

Done. Ready for review when this sim is going to be published again.

Note that https://github.com/phetsims/balancing-chemical-equations/commit/0624780e8f1616a0961ba14cd498d7d2e06e2e2e also addressed a layout bug, where the buttons were not correctly centered horizontally.

pixelzoom commented 2 weeks ago

Ready for review in https://github.com/phetsims/qa/issues/1167.

Nancy-Salpepi commented 2 weeks ago

?gameLevels has been added and is working correctly. Closing.