Skip to content

Commit

Permalink
[chore] Update getting started (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 4, 2018
1 parent e339ff7 commit 291b2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Expand Up @@ -102,7 +102,7 @@ make the paddle follow the mouse around in the x direction.
// Add a mouse move listener
game.input.pointers.primary.on('move', function (evt) {
paddle.pos.x = evt.x;
paddle.pos.x = evt.worldPos.x;
});
What's breakout without the ball? To make the ball bounce, Excalibur
Expand Down

0 comments on commit 291b2b2

Please sign in to comment.