高速经典场地高度改为19 close #169
This commit is contained in:
@@ -3,17 +3,18 @@ local gc=love.graphics
|
|||||||
return{
|
return{
|
||||||
color=COLOR.lBlue,
|
color=COLOR.lBlue,
|
||||||
env={
|
env={
|
||||||
smooth=false,
|
|
||||||
noTele=true,keyCancel={5,6},
|
|
||||||
das=16,arr=6,sddas=2,sdarr=2,
|
das=16,arr=6,sddas=2,sdarr=2,
|
||||||
irs=false,ims=false,
|
irs=false,ims=false,
|
||||||
center=0,ghost=0,
|
center=0,ghost=0,
|
||||||
|
smooth=false,
|
||||||
drop=3,lock=3,wait=10,fall=25,
|
drop=3,lock=3,wait=10,fall=25,
|
||||||
|
fieldH=19,
|
||||||
nextCount=1,holdCount=false,
|
nextCount=1,holdCount=false,
|
||||||
sequence='rnd',
|
|
||||||
RS='Classic',
|
RS='Classic',
|
||||||
|
sequence='rnd',
|
||||||
freshLimit=0,
|
freshLimit=0,
|
||||||
face={0,0,2,2,2,0,0},
|
face={0,0,2,2,2,0,0},
|
||||||
|
noTele=true,keyCancel={5,6},
|
||||||
task=function(P)P.modeData.target=10 end,
|
task=function(P)P.modeData.target=10 end,
|
||||||
dropPiece=function(P)
|
dropPiece=function(P)
|
||||||
local D=P.modeData
|
local D=P.modeData
|
||||||
|
|||||||
Reference in New Issue
Block a user