eventSet可以修改所有参数

整理代码
This commit is contained in:
MrZ626
2021-08-31 00:42:52 +08:00
parent 3114d3a27d
commit f252ed63d5
19 changed files with 110 additions and 128 deletions

View File

@@ -3,6 +3,10 @@ local rush_wait={12,10, 9, 8, 7}
local rush_fall={18,16,14,13,12}
return{
drop=0,
lock=rush_lock[1],
wait=rush_wait[1],
fall=rush_fall[1],
mesDisp=function(P)
PLY.draw.drawProgress(P.modeData.pt,P.modeData.target)
end,
@@ -44,12 +48,6 @@ return{
end
end,
task=function(P)
P:set20G(true)
P.lockDelay=rush_lock[1]
P.gameEnv.lock=rush_lock[1]
P.gameEnv.wait=rush_wait[1]
P.gameEnv.fall=rush_fall[1]
P.modeData.pt=0
P.modeData.target=100
end,