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:
James R 2024-02-22 18:07:23 -08:00
parent 3d512c9787
commit 6bc6d0901c

View file

@ -2004,6 +2004,10 @@ void HU_DrawSongCredits(void)
{
y = (BASEVIDHEIGHT - 13) * FRACUNIT;
}
else if (gamestate == GS_MENU)
{
y = 30 * FRACUNIT;
}
else
{
y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 40) * FRACUNIT;