添加一个无位置限制的消四模式

This commit is contained in:
MrZ626
2021-10-12 02:16:54 +08:00
parent 6868d53224
commit 1ca5fd7204
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return{
mesDisp=function(P)
setFont(60)
mStr(P.stat.clear[7][4],63,250)
mText(drawableText.techrash,63,315)
end,
dropPiece=function(P)
if P.lastPiece.row>0 and P.lastPiece.row<4 then
P:lose()
end
end,
}