修改c4w成绩显示格式
This commit is contained in:
@@ -7,8 +7,8 @@ return {
|
||||
bg='rgb',bgm='oxygen',
|
||||
},
|
||||
score=function(P) return {math.min(P.modeData.maxCombo,100),P.stat.time} end,
|
||||
scoreDisp=function(D) return D[1].." Combo "..STRING.time(D[2]) end,
|
||||
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
||||
scoreDisp=function(D) return STRING.time(D[2]).." "..D[1].." Combo" end,
|
||||
comp=function(a,b) return a[2]<b[2] or a[2]==b[2] and a[1]>b[1] end,
|
||||
getRank=function(P)
|
||||
local L=P.stat.row
|
||||
if L>=100 then
|
||||
|
||||
Reference in New Issue
Block a user