eventSet可以修改所有参数
整理代码
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
local dropSpeed={50,40,30,25,20,15,12,9,7,5,4,3,2,1,1,.5,.5,.25,.25}
|
||||
|
||||
return{
|
||||
drop=60,
|
||||
wait=8,
|
||||
fall=20,
|
||||
mesDisp=function(P)
|
||||
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
|
||||
PLY.draw.drawTargetLine(P,200-P.stat.row)
|
||||
end,
|
||||
task=function(P)
|
||||
P.gameEnv.drop=60
|
||||
P.gameEnv.wait=8
|
||||
P.gameEnv.fall=20
|
||||
|
||||
P.modeData.target=10
|
||||
end,
|
||||
dropPiece=function(P)
|
||||
|
||||
Reference in New Issue
Block a user