mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus: move up music credit slightly
This is so it doesn't obscure the Grand Prix cup trophies (1 row).
This commit is contained in:
parent
3d512c9787
commit
6bc6d0901c
1 changed files with 4 additions and 0 deletions
|
|
@ -2004,6 +2004,10 @@ void HU_DrawSongCredits(void)
|
||||||
{
|
{
|
||||||
y = (BASEVIDHEIGHT - 13) * FRACUNIT;
|
y = (BASEVIDHEIGHT - 13) * FRACUNIT;
|
||||||
}
|
}
|
||||||
|
else if (gamestate == GS_MENU)
|
||||||
|
{
|
||||||
|
y = 30 * FRACUNIT;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 40) * FRACUNIT;
|
y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 40) * FRACUNIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue