Skip to content

Commit

Permalink
tetroid recentered
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdean committed Sep 24, 2011
1 parent 4bf1896 commit 616982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetris.js
Expand Up @@ -13,7 +13,7 @@ var tetris = {
spawnY:1,
shapes:[
[
[-1,1],[0,1],[1,1],[0,0] //TEE
[-1,0],[0,1],[1,0],[0,0] //TEE
],
[
[-1,0],[0,0],[1,0],[2,0] //line
Expand Down

0 comments on commit 616982e

Please sign in to comment.