Skip to content

Commit

Permalink
#3 use x and y exclusively for positioning springNode in "Experimenta…
Browse files Browse the repository at this point in the history
…l" screen
  • Loading branch information
pixelzoom committed Aug 12, 2015
1 parent b31958a commit 4314f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/experimental/view/ExperimentalView.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ define( function( require ) {
frontColor: HookesLawQueryParameters.FRONT_COLOR,
middleColor: HookesLawQueryParameters.MIDDLE_COLOR,
backColor: HookesLawQueryParameters.BACK_COLOR,
left: wallNode.right,
centerY: wallNode.centerY
x: wallNode.right,
y: wallNode.centerY
} );
this.addChild( springNode );

Expand Down

0 comments on commit 4314f05

Please sign in to comment.