spinren少出两行防止一直响警报
This commit is contained in:
@@ -55,13 +55,13 @@ return {
|
|||||||
P.modeData.colorSet[i]=P.holeRND:random(25)
|
P.modeData.colorSet[i]=P.holeRND:random(25)
|
||||||
end
|
end
|
||||||
P.randomizer_spinren=randomizer(P.holeRND)
|
P.randomizer_spinren=randomizer(P.holeRND)
|
||||||
P:pushLineList(get_lines(20,P))
|
P:pushLineList(get_lines(18,P))
|
||||||
P.fieldBeneath=0
|
P.fieldBeneath=0
|
||||||
end,
|
end,
|
||||||
env={
|
env={
|
||||||
lock=1e99,
|
lock=1e99,
|
||||||
drop=1e99,
|
drop=1e99,
|
||||||
minsdarr=4,
|
minsdarr=3,
|
||||||
infHold=true,
|
infHold=true,
|
||||||
highCam=false,
|
highCam=false,
|
||||||
bgm='lounge',
|
bgm='lounge',
|
||||||
@@ -70,7 +70,7 @@ return {
|
|||||||
if P.lastPiece.row==0 then
|
if P.lastPiece.row==0 then
|
||||||
P:win('finish')
|
P:win('finish')
|
||||||
end
|
end
|
||||||
local up=MATH.clamp(20-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
|
local up=MATH.clamp(22-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
|
||||||
P:pushLineList(get_lines(up,P))
|
P:pushLineList(get_lines(up,P))
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user