模式评级全部改回使用真实时间而非帧数
This commit is contained in:
@@ -43,7 +43,7 @@ return{
|
||||
getRank=function(P)
|
||||
local L=P.stat.row
|
||||
if L>=200 then
|
||||
local T=P.stat.frame/60
|
||||
local T=P.stat.time
|
||||
return
|
||||
T<=400 and 5 or
|
||||
T<=600 and 4 or
|
||||
|
||||
Reference in New Issue
Block a user