Skip to content

Commit

Permalink
exterior竞速没用功能键启用无尽模式时超过40行的成绩会显示为灰色
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 30, 2024
1 parent 243a42a commit d34dbc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/game/mode/brik/exterior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ return {
P:drawInfoPanel(-380,-180,160,360)
local y=-175
for i=1,4 do
if i==3 and not P.modeData.infSprint_switch then
gc.setColor(COLOR.lD)
end
local time=PROGRESS.getExteriorModeScore('sprint',recordedLinesStr[i])
if time then
setFont(45)
Expand Down

0 comments on commit d34dbc7

Please sign in to comment.