Merge branch 'move-up-menu-credit' into 'master'

Menus: move up music credit slightly

See merge request KartKrew/Kart!1941
This commit is contained in:
James R. 2024-02-24 07:08:14 +00:00
commit 989305fb20

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;