Skip to content

Commit

Permalink
Merge pull request ddnet#8610 from Robyt3/Scoreboard-Score-Spacing-Fix
Browse files Browse the repository at this point in the history
Slightly increase size for score in scoreboard again
  • Loading branch information
def- authored Jul 18, 2024
2 parents 9b9005b + ac95d73 commit c4fca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/scoreboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void CScoreboard::RenderScoreboard(CUIRect Scoreboard, int Team, int CountStart,
FontSize = 10.0f;
}

const float ScoreOffset = Scoreboard.x + 20.0f;
const float ScoreOffset = Scoreboard.x + 40.0f;
const float ScoreLength = TextRender()->TextWidth(FontSize, TimeScore ? "00:00:00" : "99999");
const float TeeOffset = ScoreOffset + ScoreLength + 20.0f;
const float TeeLength = 60.0f * TeeSizeMod;
Expand Down

0 comments on commit c4fca3e

Please sign in to comment.