再微调大量模式的左侧信息显示

stack模式左侧信息添加"块数"标签
This commit is contained in:
MrZ626
2021-08-09 03:16:40 +08:00
parent ac889dcba9
commit 20cd27d7f6
33 changed files with 66 additions and 57 deletions

View File

@@ -628,7 +628,7 @@ function draw.drawRoyaleInfo(P)
gc.print(P.badge,103,227)
gc.setColor(.97,.97,.97)
setFont(25)
mDraw(text.powerUp[P.strength],63,290)
mStr(text.powerUp[P.strength],63,290)
gc.setColor(1,1,1)
for i=1,P.strength do
gc.draw(IMG.badgeIcon,16*i+6,260)
@@ -813,12 +813,6 @@ function draw.norm(P)
P:drawNext()
drawHold(P)
--Mode informations
if GAME.curMode.mesDisp then
gc_setColor(.97,.97,.97)
GAME.curMode.mesDisp(P)
end
--Speed dials & FinesseCombo
if P.type=='remote'then
drawDial(490,520,P.dropSpeed)
@@ -831,6 +825,12 @@ function draw.norm(P)
drawFinesseCombo_norm(P)
end
--Mode informations
if GAME.curMode.mesDisp then
gc_setColor(.97,.97,.97)
GAME.curMode.mesDisp(P)
end
--Score & Time
setFont(25)
local tm=int(P.stat.time*100)*.01