马拉松模式添加倒计时线 close #153

This commit is contained in:
MrZ626
2021-07-31 20:24:44 +08:00
parent 3057b2a12f
commit 5853ac1823
3 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ return{
mStr(P.stat.row,69,320)
mStr(P.modeData.target,69,370)
gc.rectangle('fill',25,375,90,4)
PLY.draw.drawTargetLine(P,200-P.stat.row)
end,
getRank=function(P)
local L=P.stat.row

View File

@@ -35,6 +35,7 @@ return{
mStr(P.stat.row,69,320)
mStr(P.modeData.target,69,370)
gc.rectangle('fill',25,375,90,4)
PLY.draw.drawTargetLine(P,200-P.stat.row)
end,
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,

View File

@@ -32,6 +32,7 @@ return{
mStr(P.stat.row,69,320)
mStr(P.modeData.target,69,370)
gc.rectangle('fill',25,375,90,4)
PLY.draw.drawTargetLine(P,200-P.stat.row)
end,
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,