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

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='classic_e',
bg='rgb',bgm='1980s',
},
slowMark=true,
score=function(P)return{P.stat.score,P.stat.row}end,
scoreDisp=function(D)return D[1].." "..D[2].." Lines"end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,