Skip to content

Commit

Permalink
Added touch area dilation for the reset all button, see #65
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 7, 2018
1 parent 0c35405 commit 8f49e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/friction/view/FrictionScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ define( function( require ) {
radius: 22,
x: model.width * 0.94,
y: model.height * 0.9,
touchAreaDilation: 12,
tandem: tandem.createTandem( 'resetAllButton' )
} ) );

Expand Down

0 comments on commit 8f49e7c

Please sign in to comment.