补充消200行的配置小模块

This commit is contained in:
MrZ626
2021-08-27 14:16:32 +08:00
parent 6166c87e16
commit 4c5409aa01

View File

@@ -0,0 +1,7 @@
return{
dropPiece=function(P)
if P.stat.row>=200 then
P:win('finish')
end
end
}