整理代码

This commit is contained in:
MrZ626
2021-11-18 19:16:06 +08:00
parent 1670c6e7d6
commit f9082a8800
6 changed files with 27 additions and 33 deletions

View File

@@ -2,10 +2,8 @@ local waitSpeed={60,59,58,57,56,55,54,52,50,48,46,44,42,40,38,36,34,32,30}
return
{
drop=0,
wait=60,
fall=0,
lock=7,
drop=0,lock=7,
wait=60,fall=0,
freshLimit=12,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)

View File

@@ -2,10 +2,8 @@ local waitSpeed={30,29,28,27,26,25,24,23,22,21,20,19,18,18,17,17,16,16,15}
return
{
drop=0,
wait=30,
fall=0,
lock=6,
drop=0,lock=6,
wait=30,fall=0,
freshLimit=12,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)

View File

@@ -2,10 +2,8 @@ local waitSpeed={15,15,14,14,13,13,12,12,11,11,10,10,9,9,8,8,7,7,7}
return
{
drop=0,
wait=15,
fall=0,
lock=5,
drop=0,lock=5,
wait=15,fall=0,
freshLimit=12,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)