mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Challenge preview graphics for Addons, Sound Test and Egg TV
First two use the relevant pause menu icons Egg TV uses the animated error test card
This commit is contained in:
parent
076a2e012e
commit
53b51d972e
1 changed files with 26 additions and 0 deletions
|
|
@ -7127,6 +7127,32 @@ static void M_DrawChallengePreview(INT32 x, INT32 y)
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case SECRET_ADDONS:
|
||||||
|
{
|
||||||
|
V_DrawFixedPatch(28*FRACUNIT, (BASEVIDHEIGHT-28)*FRACUNIT,
|
||||||
|
FRACUNIT,
|
||||||
|
0, W_CachePatchName("M_ICOADD", PU_CACHE),
|
||||||
|
NULL);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case SECRET_SOUNDTEST:
|
||||||
|
{
|
||||||
|
V_DrawFixedPatch(28*FRACUNIT, (BASEVIDHEIGHT-28)*FRACUNIT,
|
||||||
|
FRACUNIT,
|
||||||
|
0, W_CachePatchName("M_ICOSTM", PU_CACHE),
|
||||||
|
NULL);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case SECRET_EGGTV:
|
||||||
|
{
|
||||||
|
V_DrawFixedPatch(3*FRACUNIT, (BASEVIDHEIGHT-40)*FRACUNIT,
|
||||||
|
FRACUNIT,
|
||||||
|
0, W_CachePatchName(
|
||||||
|
va("RHTVSQN%c", (challengesmenu.ticker & 2) ? '5' : '6'),
|
||||||
|
PU_CACHE),
|
||||||
|
NULL);
|
||||||
|
break;
|
||||||
|
}
|
||||||
case SECRET_ALTTITLE:
|
case SECRET_ALTTITLE:
|
||||||
{
|
{
|
||||||
x = 8;
|
x = 8;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue