mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-24 19:13:38 +00:00
Center the RR title on the credits
There are exactly 59 pixels on each side of the logo with this offset.
This commit is contained in:
parent
c2c3ae63a7
commit
7599947e18
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ static void F_DrawCreditsTitleDrop(void)
|
|||
const struct credits_slide_s *slide = &g_credits_slides[ g_credits.current_slide ];
|
||||
|
||||
V_DrawFixedPatch(
|
||||
0, -BASEVIDHEIGHT * (FRACUNIT / 2),
|
||||
4 * FRACUNIT, -BASEVIDHEIGHT * (FRACUNIT / 2),
|
||||
FRACUNIT, 0,
|
||||
static_cast<patch_t *>(W_CachePatchName(
|
||||
(M_UseAlternateTitleScreen() ? "KTSJUMPR1" : "KTSBUMPR1"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue