修复玩家速度表轻微显示问题
This commit is contained in:
@@ -660,14 +660,14 @@ function draw.norm(P)
|
|||||||
gc_pop()
|
gc_pop()
|
||||||
|
|
||||||
--Speed dials
|
--Speed dials
|
||||||
drawDial(510,510,P.dropSpeed)
|
drawDial(510,515,P.dropSpeed)
|
||||||
drawDial(555,565,P.keySpeed)
|
drawDial(555,570,P.keySpeed)
|
||||||
gc_draw(drawableText.bpm,540,480)
|
gc_setColor(1,1,1)
|
||||||
gc_draw(drawableText.kpm,494,573)
|
gc_draw(drawableText.bpm,540,485)
|
||||||
|
gc_draw(drawableText.kpm,494,578)
|
||||||
|
|
||||||
--Mode informations
|
--Mode informations
|
||||||
if GAME.curMode.mesDisp then
|
if GAME.curMode.mesDisp then
|
||||||
gc_setColor(1,1,1)
|
|
||||||
GAME.curMode.mesDisp(P)
|
GAME.curMode.mesDisp(P)
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -812,7 +812,7 @@ function draw.norm_remote(P)
|
|||||||
gc_pop()
|
gc_pop()
|
||||||
|
|
||||||
--Speed dials
|
--Speed dials
|
||||||
drawDial(530,535,P.dropSpeed)
|
drawDial(535,545,P.dropSpeed)
|
||||||
|
|
||||||
--Mode informations
|
--Mode informations
|
||||||
if GAME.curMode.mesDisp then
|
if GAME.curMode.mesDisp then
|
||||||
|
|||||||
Reference in New Issue
Block a user