Skip to content

Commit

Permalink
#26 delete temporary test of 3D play button
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 13, 2016
1 parent ea8ffb7 commit 74a04f1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions js/intro/view/IntroScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,6 @@ define( function( require ) {
}
} );
} );

//TODO #26 temporary - try 3D Play button in a different location
var PlayButton = require( 'PLINKO_PROBABILITY/common/view/PlayButton' );
var RoundButtonView = require( 'SUN/buttons/RoundButtonView' );
this.addChild( new PlayButton( {
buttonAppearanceStrategy: RoundButtonView.threeDAppearanceStrategy,
listener: model.updateBallsToCreateNumber.bind( model ),
enabled: true,
centerX: this.eraserButton.centerX,
top: this.eraserButton.bottom + 4
} ) );
}

plinkoProbability.register( 'IntroScreenView', IntroScreenView );
Expand Down

0 comments on commit 74a04f1

Please sign in to comment.