phetsims / build-an-atom

"Build an Atom" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/build-an-atom
GNU General Public License v3.0
11 stars 10 forks source link

Replace sim-specific code with LevelSelectionButtonGroup #236

Open pixelzoom opened 1 year ago

pixelzoom commented 1 year ago

Related to https://github.com/phetsims/vegas/issues/108 ...

LevelSelectionButtonGroup is a new vegas UI component for creating the level-selection buttons for games. It replaces boilerplate code in sims, and provides a consistent PhET-iO tandem structure. Please convert this sim to use LevelSelectionButtonGroup.

jbphet commented 1 year ago

Deferring this until the next time this sim needs to be published from master. This may be fairly soon, since this sim is on a list of those for which user would like phet-io support. When work starts on this sim again, this issue should be un-deferred and addressed.