mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
decreased the height of the scoreboard a bit. Closes #417
This commit is contained in:
parent
99c6b87c1a
commit
02db5bfe66
|
@ -123,13 +123,13 @@ void CScoreboard::RenderScoreboard(float x, float y, float w, int Team, const ch
|
|||
return;
|
||||
|
||||
//float ystart = y;
|
||||
float h = 750.0f;
|
||||
float h = 740.0f;
|
||||
|
||||
Graphics()->BlendNormal();
|
||||
Graphics()->TextureSet(-1);
|
||||
Graphics()->QuadsBegin();
|
||||
Graphics()->SetColor(0,0,0,0.5f);
|
||||
RenderTools()->DrawRoundRect(x-10.f, y-10.f, w, h, 17.0f);
|
||||
RenderTools()->DrawRoundRect(x-10.f, y, w, h, 17.0f);
|
||||
Graphics()->QuadsEnd();
|
||||
|
||||
// render title
|
||||
|
|
Loading…
Reference in a new issue