无尽pc模式要求必须4行一次,两行pc不重置pc限制线

This commit is contained in:
MrZ626
2021-09-23 01:23:42 +08:00
parent 2bfcc7e0f2
commit 58b8f354e0

View File

@@ -6,7 +6,7 @@ return{
mText(drawableText.pc,63,410)
end,
dropPiece=function(P)
if P.lastPiece.pc then
if P.lastPiece.pc and P.stat.row%4==0 then
P.gameEnv.heightLimit=4
if P.stat.pc%5==0 then
P.gameEnv.drop=math.max(P.gameEnv.drop-1,1)