整理代码

This commit is contained in:
MrZ626
2020-10-09 23:08:58 +08:00
parent cd0d83cf2a
commit 2b10439788
56 changed files with 57 additions and 57 deletions

View File

@@ -19,9 +19,9 @@ return{
load=function()
PLY.newPlayer(1,340,15)
end,
score=function(P)return{P.modeData.event,P.stat.extraRate}end,
score=function(P)return{P.modeData.event,P.stat.finesseRate*25/P.stat.piece}end,
scoreDisp=function(D)return D[1].."Stage "..format("%.2f",D[2]).."%"end,
comp=function(a,b)return a[1]>b[1]end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]>b[2]end,
getRank=function(P)
local W=P.modeData.event
return