phetsims / vegas

Reusable game components for PhET simulations.
MIT License
1 stars 4 forks source link

give level-selection buttons that new sun "look" #36

Closed pixelzoom closed 9 years ago

pixelzoom commented 10 years ago

@jbphet did this and named it LevelStartButtonNew. This was reviewed by the PhET team at the 10/16/14 status meeting and got a unanimous "thumbs up".

I renamed the old button to LevelStartButtonDeprecated, and renamed the new button to LevelSelectionButton (since we refer to the interface that it appears on as the "level-selection screen").

RPAL, BCE and Graphing Lines were cut over to use LevelSelectionButton. I'll create issues for other sims that need to be cut over. When all sims are cut over, the last person to cut over should delete LevelStartButtonDeprecated.

pixelzoom commented 10 years ago

Renamed LevelStartButtonNew to LevelSelectionButton: https://github.com/phetsims/vegas/commit/909d569795ab77f6d2b72145f654aed9a01213ac

Deprecated LevelStartButton: https://github.com/phetsims/vegas/commit/2ffdb116e12e125a1712464d0cf6c7bf6b823ae9

pixelzoom commented 9 years ago

LevelStartButtonDeprecated is still being used in balancing-act, build-an-atom and fraction-matcher. @jbphet and @samreid would you prefer to handle the switch to LevelSelectionButton, or would you like me to?

samreid commented 9 years ago

I fixed fraction matcher above. I'll leave the rest up to @pixelzoom and @jbphet.

pixelzoom commented 9 years ago

All sims have been converted, LevelStartButtonDeprecated deleted, closing.