mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
989305fb20
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