删除马拉松模式忘了删的测试代码
This commit is contained in:
@@ -8,9 +8,6 @@ return{
|
|||||||
drop=60,wait=8,fall=20,
|
drop=60,wait=8,fall=20,
|
||||||
task=function(P)P.modeData.target=10 end,
|
task=function(P)P.modeData.target=10 end,
|
||||||
dropPiece=function(P)
|
dropPiece=function(P)
|
||||||
if P.stat.row<180 then
|
|
||||||
P.stat.row=180
|
|
||||||
end
|
|
||||||
if P.stat.row>=P.modeData.target then
|
if P.stat.row>=P.modeData.target then
|
||||||
if P.modeData.target==200 then
|
if P.modeData.target==200 then
|
||||||
P:win("finish")
|
P:win("finish")
|
||||||
|
|||||||
Reference in New Issue
Block a user