mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Merge pull request #8610 from Robyt3/Scoreboard-Score-Spacing-Fix
Slightly increase size for score in scoreboard again
This commit is contained in:
commit
c4fca3e6f9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue