From 0a95af8e0536ebfc3f815816e48aaa4c346ad22a Mon Sep 17 00:00:00 2001 From: toaster <rollerorbital@gmail.com> Date: Sat, 6 Aug 2022 15:14:40 +0100 Subject: [PATCH] Final credits update --- src/f_finale.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/f_finale.c b/src/f_finale.c index 349187f6a..c48b8aee5 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -413,6 +413,7 @@ static const char *credits[] = { "", "\1Support Programming", "\"Lat\'\"", + "AJ \"Tyron\" Martinez", "\"Monster Iestyn\"", "James Robert Roman", "\"Shuffle\"", @@ -424,25 +425,25 @@ static const char *credits[] = { "", "\1Support Artists", "Sally \"TehRealSalt\" Cochenour", + "\"Chengi\"", + "\"Chrispy\"", "Sherman \"CoatRack\" DesJardins", "\"DrTapeworm\"", "Jesse \"Jeck Jims\" Emerick", "Wesley \"Charyb\" Gillebaard", + "\"Nev3r\"", "Vivian \"toaster\" Grannell", "James \"SeventhSentinel\" Hall", "\"Lat\'\"", + "\"rairai104n\"", "\"Tyrannosaur Chao\"", "\"ZarroTsu\"", "", "\1External Artists", "\"1-Up Mason\"", - "\"Chengi\"", - "\"Chrispy\"", "\"DirkTheHusky\"", "\"LJSTAR\"", "\"MotorRoach\"", - "\"Nev3r\"", - "\"rairai104n\"", "\"Ritz\"", "\"Rob\"", "\"SmithyGNC\"", @@ -493,18 +494,18 @@ static const char *credits[] = { "\"ZarroTsu\"", "", "\1Testing", + "RKH License holders", "\"CyberIF\"", "\"Dani\"", "Karol \"Fooruman\" D""\x1E""browski", // DÄ…browski, <Sryder> accents in srb2 :ytho: - "\"VirtAnderson\"", + "\"Virt\"", "", "\1Special Thanks", "SEGA", "Sonic Team", "SRB2 & Sonic Team Jr. (www.srb2.org)", - "\"blazethecat\"", + "Community contributors", "\"Chaos Zero 64\"", - "\"Rob\"", "", "\1Produced By", "Kart Krew", @@ -542,7 +543,7 @@ static struct { // This Tyler52 gag is troublesome // Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15)) // Current max image spacing: (200*17) - {112, (15*100)+(17*38)+(88*15), "TYLER52", SKINCOLOR_NONE}, + {112, (15*100)+(17*38)+(86*15), "TYLER52", SKINCOLOR_NONE}, {0, 0, NULL, SKINCOLOR_NONE} }; @@ -581,7 +582,7 @@ void F_CreditDrawer(void) UINT16 i; fixed_t y = (80<<FRACBITS) - 5*(animtimer<<FRACBITS)/8; - //V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31); + V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31); // Draw background V_DrawSciencePatch(0, 0 - FixedMul(32<<FRACBITS, FixedDiv(credbgtimer%TICRATE, TICRATE)), V_SNAPTOTOP, W_CachePatchName("CREDTILE", PU_CACHE), FRACUNIT); -- GitLab