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:
Eidolon 2025-10-27 11:00:53 -05:00
parent c2c3ae63a7
commit 7599947e18

View file

@ -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"),