mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32: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
3afe152a86
commit
761bd41eb5
1 changed files with 3 additions and 3 deletions
|
@ -2671,7 +2671,7 @@ void F_TitleScreenDrawer(void)
|
|||
if (39-finalecount > 0)
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
@ -2682,7 +2682,7 @@ void F_TitleScreenDrawer(void)
|
|||
if (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.
|
||||
|
@ -3145,7 +3145,7 @@ void F_TitleScreenDrawer(void)
|
|||
if (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…
Reference in a new issue