mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 22:01:01 +00:00
Merge branch 'public-darker-credits' into 'master'
Make the credits pics darker See merge request STJr/SRB2!336
This commit is contained in:
commit
3c95a63fc2
1 changed files with 3 additions and 0 deletions
|
@ -1152,6 +1152,9 @@ void F_CreditDrawer(void)
|
|||
for (i = 0; credits_pics[i].patch; i++)
|
||||
V_DrawSciencePatch(credits_pics[i].x<<FRACBITS, (credits_pics[i].y<<FRACBITS) - 4*(animtimer<<FRACBITS)/5, 0, W_CachePatchName(credits_pics[i].patch, PU_CACHE), FRACUNIT>>1);
|
||||
|
||||
// Dim the background
|
||||
V_DrawFadeScreen();
|
||||
|
||||
// Draw credits text on top
|
||||
for (i = 0; credits[i]; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue