7 lines
116 B
Lua
7 lines
116 B
Lua
return{
|
|
dropPiece=function(P)
|
|
if P.stat.row>=1000 then
|
|
P:win('finish')
|
|
end
|
|
end
|
|
} |