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