mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-05 15:43:08 +00:00
I'm a dumbass who makes extremely consequential typoes (and since the typo is no longer in effect, the supergold can be brightened some more)
https://cdn.discordapp.com/attachments/244035368595357697/644316971738857483/srb20060.gif
This commit is contained in:
parent
594974f287
commit
5a26b684ad
1 changed files with 3 additions and 3 deletions
|
|
@ -2671,7 +2671,7 @@ void F_TitleScreenDrawer(void)
|
||||||
if (39-finalecount > 0)
|
if (39-finalecount > 0)
|
||||||
{
|
{
|
||||||
whitefade = (9 - (39-finalecount))<<V_ALPHASHIFT;
|
whitefade = (9 - (39-finalecount))<<V_ALPHASHIFT;
|
||||||
whitecol[0] = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_SUPERGOLD5, GTC_CACHE);
|
whitecol[0] = R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_SUPERGOLD3, GTC_CACHE);
|
||||||
whitecol[1] = R_GetTranslationColormap(TC_ALLWHITE, 0, GTC_CACHE);
|
whitecol[1] = R_GetTranslationColormap(TC_ALLWHITE, 0, GTC_CACHE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2682,7 +2682,7 @@ void F_TitleScreenDrawer(void)
|
||||||
if (whitecol[0])
|
if (whitecol[0])
|
||||||
{
|
{
|
||||||
V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, whitefade, TTEMBL[0], whitecol[0]);
|
V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, whitefade, TTEMBL[0], whitecol[0]);
|
||||||
V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & ~V_ALPHAMASK), TTEMBL[0], whitecol[1]);
|
V_DrawFixedPatch(40<<FRACBITS, 20<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & V_ALPHAMASK), TTEMBL[0], whitecol[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Animate SONIC ROBO BLAST 2 before the white flash at tic 30.
|
// Animate SONIC ROBO BLAST 2 before the white flash at tic 30.
|
||||||
|
|
@ -3145,7 +3145,7 @@ void F_TitleScreenDrawer(void)
|
||||||
if (whitecol[0])
|
if (whitecol[0])
|
||||||
{
|
{
|
||||||
V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, whitefade, TTRBTX[0], whitecol[0]);
|
V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, whitefade, TTRBTX[0], whitecol[0]);
|
||||||
V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & ~V_ALPHAMASK), TTRBTX[0], whitecol[1]);
|
V_DrawFixedPatch(39<<FRACBITS, 93<<FRACBITS, sc, V_TRANSLUCENT + ((whitefade/2) & V_ALPHAMASK), TTRBTX[0], whitecol[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue