改正三个特殊40行条件写错

This commit is contained in:
MrZ626
2021-03-25 19:22:00 +08:00
parent 347729a26e
commit 1f115e6836
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ return{
env={
drop=60,lock=180,
keyCancel={3,4,5},
dropPiece=function(P)if P.stat.row>=100 then P:win("finish")end end,
dropPiece=function(P)if P.stat.row>=40 then P:win("finish")end end,
bg="aura",bgm="waterfall",
},
load=function()

View File

@@ -4,7 +4,7 @@ return{
drop=60,lock=60,
nextCount=0,holdCount=0,
sequence="rnd",
dropPiece=function(P)if P.stat.row>=100 then P:win("finish")end end,
dropPiece=function(P)if P.stat.row>=40 then P:win("finish")end end,
bg="aura",bgm="waterfall",
},
load=function()

View File

@@ -3,7 +3,7 @@ return{
env={
drop=60,lock=60,
sequence="bag",seqData={8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25},
dropPiece=function(P)if P.stat.row>=100 then P:win("finish")end end,
dropPiece=function(P)if P.stat.row>=40 then P:win("finish")end end,
bg="aura",bgm="waterfall",
},
load=function()