Skip to content

Commit

Permalink
添加方块
Browse files Browse the repository at this point in the history
  • Loading branch information
llan committed Jan 19, 2017
1 parent 754437d commit 301074b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,17 @@ window.onload = function () {
[[1, 1, 1], [0, 1, 0]],
[[0, 1], [1, 1], [0, 1]],
[[0, 1, 0], [1, 1, 1]],
[[1, 0], [1, 1], [1, 0]]
[[1, 0], [1, 1], [1, 0]],
//Z
[[1,1,0],[0,1,1]],
[[0,1],[1,1],[1,0]],
[[1,1,0],[0,1,1]],
[[0,1],[1,1],[1,0]],
//倒Z
[[0,1,1],[1,1,0]],
[[1,0],[1,1,],[0,1]],
[[0,1,1],[1,1,0]],
[[1,0],[1,1,],[0,1]]
];
init();
};
Expand Down

0 comments on commit 301074b

Please sign in to comment.