无尽马拉松的are每300行减小一次,line are每100行减小一次
This commit is contained in:
@@ -32,6 +32,12 @@ return
|
|||||||
end,
|
end,
|
||||||
dropPiece=function(P)
|
dropPiece=function(P)
|
||||||
if P.stat.row>=P.modeData.target then
|
if P.stat.row>=P.modeData.target then
|
||||||
|
if P.modeData.target%300==0 then
|
||||||
|
P.gameEnv.wait=P.gameEnv.wait-1
|
||||||
|
end
|
||||||
|
if P.modeData.target%100==0 then
|
||||||
|
P.gameEnv.fall=P.gameEnv.fall-1
|
||||||
|
end
|
||||||
if P.modeData.target<400 then
|
if P.modeData.target<400 then
|
||||||
P.gameEnv.drop=dropSpeed[P.modeData.target/10]
|
P.gameEnv.drop=dropSpeed[P.modeData.target/10]
|
||||||
elseif P.modeData.target==400 then
|
elseif P.modeData.target==400 then
|
||||||
|
|||||||
Reference in New Issue
Block a user