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