c4w普通的计分完全改为竞速 close #1126

改版本号和更新历史
This commit is contained in:
MrZ_26
2024-07-03 17:55:04 +08:00
parent aec0b91039
commit 75ae05ffc9
3 changed files with 10 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ return {
eventSet='c4wBase',
bg='rgb',bgm='oxygen',
},
score=function(P) return {math.min(P.modeData.maxCombo,100),P.stat.time} 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,
score=function(P) return {math.min(P.stat.row,100),P.stat.time} end,
scoreDisp=function(D) return D[1].." Lines "..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,
getRank=function(P)
local L=P.stat.row
if L>=100 then

View File

@@ -1,6 +1,10 @@
未来计划:
正在点亮科技树...
0.17.18: 暂停 Break
修复:
c4w普通的计分完全改为竞速 #1126
0.17.17: 暂停 Break
新增:
新语音包: neuro (by Petalzu) #1109

View File

@@ -1,7 +1,7 @@
return {
["apkCode"]=1717,
["code"]=1717,
["string"]="V0.17.17",
["apkCode"]=1718,
["code"]=1718,
["string"]="V0.17.18",
["room"]="ver A-12",
["name"]="暂停 Break",
}