补充ARS_Z, Classic, Classic_plus三个旋转系统的中心并启用中心显示
This commit is contained in:
@@ -736,7 +736,13 @@ do
|
||||
centerPos[28]={[0]={0,1},{0,0},{0,1},{0,0}}--I2
|
||||
|
||||
ARS_Z={
|
||||
centerDisp=TABLE.new(false,29),
|
||||
centerTex=GC.DO{10,10,
|
||||
{'setLW',2},
|
||||
{'setCL',1,1,1,.5},
|
||||
{'line',1,9,1,1,9,1,9,9},
|
||||
{'setCL',1,1,1,1},
|
||||
{'line',2,8,2,2,8,2,8,8},
|
||||
},
|
||||
centerPos=centerPos,
|
||||
kickTable=TABLE.new(lrSet,29),
|
||||
}
|
||||
@@ -864,7 +870,13 @@ local Classic do
|
||||
centerPos[2]={[0]={1,1},{1,0},{1,1},{1,0}}
|
||||
centerPos[7]={[0]={0,2},{1,0},{0,2},{1,0}}
|
||||
Classic={
|
||||
centerDisp=TABLE.new(false,29),
|
||||
centerTex=GC.DO{10,10,
|
||||
{'setLW',2},
|
||||
{'setCL',1,1,1,.5},
|
||||
{'line',8,9,1,9,1,1,8,1},
|
||||
{'setCL',1,1,1,1},
|
||||
{'line',7,8,2,8,2,2,7,2},
|
||||
},
|
||||
centerPos=centerPos,
|
||||
kickTable=TABLE.new(noKickSet,29)
|
||||
}
|
||||
@@ -876,7 +888,12 @@ local Classic_plus do
|
||||
centerPos[2]={[0]={1,1},{1,0},{1,1},{1,0}}
|
||||
centerPos[7]={[0]={0,2},{1,0},{0,2},{1,0}}
|
||||
Classic_plus={
|
||||
centerDisp=TABLE.new(false,29),
|
||||
centerTex=GC.DO{10,10,
|
||||
{'setLW',2},
|
||||
{'setCL',1,1,1,1},
|
||||
{'line',8,9,1,9,1,1,8,1},
|
||||
{'fRect',3,3,4,4},
|
||||
},
|
||||
centerPos=centerPos,
|
||||
kickTable=TABLE.new(noKickSet_180,29)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user