修正极简连击显示尺寸没固定
This commit is contained in:
@@ -829,9 +829,6 @@ function draw.norm(P)
|
|||||||
-- gc_line(0,600-P.garbageBeneath*30,300,600-P.garbageBeneath*30)
|
-- gc_line(0,600-P.garbageBeneath*30,300,600-P.garbageBeneath*30)
|
||||||
gc_pop()
|
gc_pop()
|
||||||
|
|
||||||
--FinesseCombo
|
|
||||||
;(P.type=='remote'and drawFinesseCombo_remote or drawFinesseCombo_norm)(P)
|
|
||||||
|
|
||||||
--Score & Time
|
--Score & Time
|
||||||
setFont(25)
|
setFont(25)
|
||||||
local tm=int(P.stat.time*100)*.01
|
local tm=int(P.stat.time*100)*.01
|
||||||
@@ -843,6 +840,9 @@ function draw.norm(P)
|
|||||||
gc_setColor(.85,.9,.97)
|
gc_setColor(.85,.9,.97)
|
||||||
gc_print(tm,20,540)
|
gc_print(tm,20,540)
|
||||||
|
|
||||||
|
--FinesseCombo
|
||||||
|
;(P.type=='remote'and drawFinesseCombo_remote or drawFinesseCombo_norm)(P)
|
||||||
|
|
||||||
--Mode informations
|
--Mode informations
|
||||||
if GAME.curMode.mesDisp then
|
if GAME.curMode.mesDisp then
|
||||||
gc_setColor(.97,.97,.97)
|
gc_setColor(.97,.97,.97)
|
||||||
|
|||||||
Reference in New Issue
Block a user