整理代码

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,11 +2,9 @@ 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,
freshLimit=12,
drop=0,lock=7,
wait=60,fall=0,
freshLimit=12,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
PLY.draw.drawTargetLine(P,200-P.stat.row)
@@ -19,9 +17,9 @@ return
if P.modeData.target==200 then
P:win('finish')
else
if P.modeData.target==100 then
P.modeData.lock=6
end
if P.modeData.target==100 then
P.modeData.lock=6
end
P.gameEnv.wait=waitSpeed[P.modeData.target/10]
P.modeData.target=P.modeData.target+10
SFX.play('reach')