修复40行效率左侧信息颜色问题
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
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,270)
|
mStr(("%.1f"):format(P.stat.atk),63,270)
|
||||||
mText(TEXTOBJ.atk,63,323)
|
mText(TEXTOBJ.atk,63,323)
|
||||||
mStr(("%.2f"):format(P.stat.atk/P.stat.row),63,370)
|
mStr(("%.2f"):format(P.stat.atk/P.stat.row),63,370)
|
||||||
mText(TEXTOBJ.eff,63,423)
|
mText(TEXTOBJ.eff,63,423)
|
||||||
|
|
||||||
|
setFont(55)
|
||||||
|
local r=40-P.stat.row
|
||||||
|
if r<0 then r=0 end
|
||||||
|
mStr(r,63,170)
|
||||||
|
PLY.draw.drawTargetLine(P,r)
|
||||||
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