回放时模式名称下边不再显示当前模式本地pb
This commit is contained in:
@@ -439,6 +439,7 @@ function scene.draw()
|
||||
local dy=SETTING.portrait and -390 or 0
|
||||
gc_setColor(1,1,1,.82)
|
||||
gc_draw(TEXTOBJ.modeName,modeTextPos,10+dy,0,modeTextWidK,1)
|
||||
if not replaying then
|
||||
local M=GAME.curMode
|
||||
if M then
|
||||
if M.score and M.records[1] then
|
||||
@@ -456,6 +457,7 @@ function scene.draw()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- Replaying
|
||||
if replaying or tas then
|
||||
|
||||
Reference in New Issue
Block a user