Merge branch 'main' into test-new-mode-system

This commit is contained in:
MrZ626
2021-12-16 02:32:51 +08:00
21 changed files with 281 additions and 230 deletions

View File

@@ -36,6 +36,7 @@ return{
end,
hook_drop=function(P)
local D=P.modeData
D.drought=P.lastPiece.id==7 and 0 or D.drought+1
if P.stat.row>=D.target then
if D.target==110 then
P.gameEnv.drop,P.gameEnv.lock=2,2

View File

@@ -36,6 +36,7 @@ return{
end,
hook_drop=function(P)
local D=P.modeData
D.drought=P.lastPiece.id==7 and 0 or D.drought+1
if P.stat.row>=D.target then
if D.target==100 then
P:win('finish')