修改c4w成绩显示格式

This commit is contained in:
MrZ_26
2023-09-23 03:56:54 +08:00
parent 5a30e4aec9
commit 00f63a2ec5

View File

@@ -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