Merge pull request #8610 from Robyt3/Scoreboard-Score-Spacing-Fix

Slightly increase size for score in scoreboard again
This commit is contained in:
Dennis Felsing 2024-07-18 09:39:34 +00:00 committed by GitHub
commit c4fca3e6f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;