修复GM模式计时错误

This commit is contained in:
MrZ626
2020-12-04 16:03:33 +08:00
parent deca116e13
commit 9d893f51c2

View File

@@ -23,7 +23,7 @@ return{
freshLimit=15,
dropPiece=score,
task=function(P)
if P.stat.frame>=53.5 then
if P.stat.frame>=53.5*60 then
P.modeData.point=min(P.modeData.point+16,80)
P.modeData.event=sectionName[int(P.modeData.point*.1)+1]
P:win("finish")