修复[两个c2踢墙表]的错误

This commit is contained in:
MrZ626
2020-11-22 11:57:46 +08:00
parent 0e9730d923
commit 4c0c777874

View File

@@ -385,16 +385,22 @@ end
local C2 local C2
do do
local L={{0,0},{-1,0},{1,0},{0,-1},{-1,-1},{1,-1},{0,-2},{0,2}} local L={{0,0},{-1,0},{1,0},{0,-1},{-1,-1},{1,-1},{-2,0},{2,0}}
C2={{[01]=L,[10]=L,[12]=L,[21]=L,[23]=L,[32]=L,[30]=L,[03]=L}} C2={
{
[01]=L,[10]=L,[12]=L,[21]=L,
[23]=L,[32]=L,[30]=L,[03]=L,
[02]=L,[20]=L,[13]=L,[31]=L,
}
}
collect(C2[1]) collect(C2[1])
for i=2,25 do C2[i]=C2[1]end for i=2,25 do C2[i]=C2[1]end
end end
local C2sym local C2sym
do do
local L={{0,0},{-1,0},{1,0},{0,-1},{-1,-1},{1,-1},{0,-2},{0,2}} local L={{0,0},{-1,0},{1,0},{0,-1},{-1,-1},{1,-1},{-2,0},{2,0}}
local R={{0,0},{-1,0},{1,0},{0,-1},{-1,-1},{1,-1},{0,2},{0,-2}} local R={{0,0},{1,0},{-1,0},{0,-1},{1,-1},{-1,-1},{2,0},{-2,0}}
local Z={ local Z={
[01]=R,[10]=L,[03]=L,[30]=R, [01]=R,[10]=L,[03]=L,[30]=R,
@@ -407,7 +413,7 @@ do
C2sym={ C2sym={
Z,S,--Z,S Z,S,--Z,S
Z,S,--JL Z,S,--J,L
Z,--T Z,--T
noKick,--O noKick,--O
Z,--I Z,--I