Commit a4200317 by BellCodeEditor

auto save

parent 24af5634
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ Z = [[(0, -1), (0, 0), (1, 0), (1, 1)], ...@@ -25,7 +25,7 @@ Z = [[(0, -1), (0, 0), (1, 0), (1, 1)],
S = [[(-1, 0), (0, 0), (0, 1), (1, 1)], S = [[(-1, 0), (0, 0), (0, 1), (1, 1)],
[(1, -1), (1, 0), (0, 0), (0, 1)]] [(1, -1), (1, 0), (0, 0), (0, 1)]]
T = [[(0, -1), (0, 0), (0, 1), (-1, 0)], T = [[(0, -1), (0, 0), (0, 1), (-1, 0)],
[(-1, 0), (0, 0), (1, 0), (0, 1)], [(-1, 0), (0, 0), (0, 1), (0, 1)],
[(0, -1), (0, 0), (0, 1), (1, 0)], [(0, -1), (0, 0), (0, 1), (1, 0)],
[(-1, 0), (0, 0), (1, 0), (0, -1)]] [(-1, 0), (0, 0), (1, 0), (0, -1)]]
J = [[(-1, 0), (0, 0), (1, 0), (1, -1)], J = [[(-1, 0), (0, 0), (1, 0), (1, -1)],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment