Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 3, 2011
1 parent 9ca66a3 commit 3e56b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion particles/public/game.js
Expand Up @@ -8,7 +8,8 @@ o(function(){

function lookat(x, y) {
move('#guy-head')
.rotate(-(x * .2))
.rotate(-(x * .15))
.duration(500)
.end();
}

Expand Down

0 comments on commit 3e56b88

Please sign in to comment.