回放时模式名称下边不再显示当前模式本地pb

This commit is contained in:
MrZ_26
2023-10-18 19:39:04 +08:00
parent e104297b13
commit 6083fd5097

View File

@@ -439,6 +439,7 @@ function scene.draw()
local dy=SETTING.portrait and -390 or 0 local dy=SETTING.portrait and -390 or 0
gc_setColor(1,1,1,.82) gc_setColor(1,1,1,.82)
gc_draw(TEXTOBJ.modeName,modeTextPos,10+dy,0,modeTextWidK,1) gc_draw(TEXTOBJ.modeName,modeTextPos,10+dy,0,modeTextWidK,1)
if not replaying then
local M=GAME.curMode local M=GAME.curMode
if M then if M then
if M.score and M.records[1] then if M.score and M.records[1] then
@@ -456,6 +457,7 @@ function scene.draw()
end end
end end
end end
end
-- Replaying -- Replaying
if replaying or tas then if replaying or tas then