修复半隐模式目标行数不对
This commit is contained in:
@@ -4,7 +4,7 @@ return{
|
|||||||
env={
|
env={
|
||||||
drop=30,lock=45,
|
drop=30,lock=45,
|
||||||
visible="easy",
|
visible="easy",
|
||||||
dropPiece=function(P)if P.stat.row>=20 then P:win("finish")end end,
|
dropPiece=function(P)if P.stat.row>=200 then P:win("finish")end end,
|
||||||
freshLimit=10,
|
freshLimit=10,
|
||||||
bg="glow",bgm="reason",
|
bg="glow",bgm="reason",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user