选择模式后右侧显示排行榜等信息

This commit is contained in:
MrZ626
2021-12-09 19:41:42 +08:00
parent 24760801af
commit 6e78a3fedd
26 changed files with 93 additions and 48 deletions

View File

@@ -6,7 +6,6 @@ return{
eventSet='marathon_inf',
bg='bg2',bgm='push',
},
slowMark=true,
score=function(P)return{P.stat.score,P.stat.row,P.stat.time}end,
scoreDisp=function(D)return D[1].."P "..D[2].."L "..STRING.time(D[3])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,