mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Adjust x coordinate of "FREE PLAY"
Broken by new font, made sense to change it where that new font was most relevant
This commit is contained in:
parent
bca3ec7e5a
commit
f07a65d015
1 changed files with 1 additions and 1 deletions
|
|
@ -4471,7 +4471,7 @@ void K_drawKartFreePlay(void)
|
||||||
if (((leveltime-lt_endtime) % TICRATE) < TICRATE/2)
|
if (((leveltime-lt_endtime) % TICRATE) < TICRATE/2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
V_DrawKartString((BASEVIDWIDTH - (LAPS_X+1)) - (12*9), // mirror the laps thingy
|
V_DrawKartString((BASEVIDWIDTH - (LAPS_X+1)) - 72, // mirror the laps thingy
|
||||||
LAPS_Y+3, V_HUDTRANS|V_SLIDEIN|V_SNAPTOBOTTOM|V_SNAPTORIGHT, "FREE PLAY");
|
LAPS_Y+3, V_HUDTRANS|V_SLIDEIN|V_SNAPTOBOTTOM|V_SNAPTORIGHT, "FREE PLAY");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue