模式评级全部改回使用真实时间而非帧数
This commit is contained in:
@@ -25,7 +25,7 @@ return{
|
||||
task=function(P)
|
||||
while true do
|
||||
coroutine.yield()
|
||||
if P.stat.frame>=53.5*60 then
|
||||
if P.stat.time>=53.5 then
|
||||
P.modeData.point=min(P.modeData.point+16,80)
|
||||
P.modeData.event=sectionName[int(P.modeData.point*.1)+1]
|
||||
P:win("finish")
|
||||
|
||||
Reference in New Issue
Block a user