补充消200行的配置小模块
This commit is contained in:
7
parts/eventsets/checkLine_200.lua
Normal file
7
parts/eventsets/checkLine_200.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return{
|
||||
dropPiece=function(P)
|
||||
if P.stat.row>=200 then
|
||||
P:win('finish')
|
||||
end
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user