Skip to content

Commit

Permalink
Move UI elements in front of "build a circuit" text, see #179
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 9, 2016
1 parent f257c28 commit bdf66c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/blackbox/view/WarmUpSceneView.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ define( function( require ) {
top: ScreenView.DEFAULT_LAYOUT_BOUNDS.height / 6
}, textOptions ) );
blackBoxSceneModel.modeProperty.link( function( mode ) {
tryToText.moveToFront(); // So it doesn't become obscured by the partially transparent overlay
tryToText.visible = mode === 'build';
} );

Expand Down

0 comments on commit bdf66c2

Please sign in to comment.