phetsims / concentration

"Concentration" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/concentration
GNU General Public License v3.0
1 stars 7 forks source link

Hit area for the Reset All button could be increased slightly for touch. #15

Closed jonathanolson closed 10 years ago

pixelzoom commented 10 years ago

Should we make the sim responsible for this, or should it be handled in scenery-phet?

pixelzoom commented 10 years ago

Handled in sun.ResetAllButton. Expanded the touchArea's radius by a default of 5, added options.touchAreaRadius as a convenience for customizing.

pixelzoom commented 10 years ago

Committed in https://github.com/phetsims/scenery-phet/commit/dd53b6228deda1bb6cd991bfe1893aac393801b8

@jonathanolson please review.