竞速-效率显示剩余行数
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
return{
|
return{
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
|
setFont(55)
|
||||||
|
local r=40-P.stat.row
|
||||||
|
if r<0 then r=0 end
|
||||||
|
mStr(r,63,170)
|
||||||
|
PLY.draw.drawTargetLine(P,r)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),63,190)
|
mStr(("%.1f"):format(P.stat.atk),63,270)
|
||||||
mStr(("%.2f"):format(P.stat.atk/P.stat.row),63,310)
|
mText(TEXTOBJ.atk,63,323)
|
||||||
mText(TEXTOBJ.atk,63,243)
|
mStr(("%.2f"):format(P.stat.atk/P.stat.row),63,370)
|
||||||
mText(TEXTOBJ.eff,63,363)
|
mText(TEXTOBJ.eff,63,423)
|
||||||
PLY.draw.drawTargetLine(P,40-P.stat.row)
|
|
||||||
end,
|
end,
|
||||||
hook_drop=function(P)
|
hook_drop=function(P)
|
||||||
if P.stat.row>=40 then
|
if P.stat.row>=40 then
|
||||||
|
|||||||
Reference in New Issue
Block a user