进度显示器移入常用玩家draw函数并微调

This commit is contained in:
MrZ626
2021-08-06 09:58:26 +08:00
parent a21d6e834d
commit 998c79d331
14 changed files with 23 additions and 55 deletions

View File

@@ -147,10 +147,7 @@ return{
},
slowMark=true,
mesDisp=function(P)
setFont(45)
mStr(P.modeData.pt,69,320)
mStr(P.modeData.target,69,370)
gc.rectangle('fill',25,375,90,4)
PLY.draw.drawProgress(P.modeData.pt,P.modeData.target)
end,
score=function(P)return{P.result=='win'and 260 or P.modeData.pt,P.stat.time}end,
scoreDisp=function(D)return D[1].."P "..STRING.time(D[2])end,