改正三个特殊40行条件写错
This commit is contained in:
@@ -3,7 +3,7 @@ return{
|
|||||||
env={
|
env={
|
||||||
drop=60,lock=180,
|
drop=60,lock=180,
|
||||||
keyCancel={3,4,5},
|
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",
|
bg="aura",bgm="waterfall",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ return{
|
|||||||
drop=60,lock=60,
|
drop=60,lock=60,
|
||||||
nextCount=0,holdCount=0,
|
nextCount=0,holdCount=0,
|
||||||
sequence="rnd",
|
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",
|
bg="aura",bgm="waterfall",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ return{
|
|||||||
env={
|
env={
|
||||||
drop=60,lock=60,
|
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},
|
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",
|
bg="aura",bgm="waterfall",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
Reference in New Issue
Block a user