mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'browse-menu-help-text' into 'master'
Add extra help text to Online>Browse menu See merge request KartKrew/Kart!2123
This commit is contained in:
commit
f70fa802e1
1 changed files with 4 additions and 1 deletions
|
|
@ -4086,7 +4086,10 @@ void M_DrawMPRoomSelect(void)
|
|||
V_DrawFixedPatch(160<<FRACBITS, 90<<FRACBITS, FRACUNIT, (!mpmenu.room) ? (5<<V_ALPHASHIFT) : 0, butt2[(!mpmenu.room) ? 1 : 0], NULL);
|
||||
|
||||
V_DrawFixedPatch(0, 0, FRACUNIT, 0, W_CachePatchName("MENUHINT", PU_CACHE), NULL);
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 12, 0, "Select today's type of play!");
|
||||
|
||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 24, 0, "\xA3 Select a Room \xA2");
|
||||
|
||||
V_DrawCenteredThinString(BASEVIDWIDTH/2, 12, 0, (mpmenu.room) ? "Play with community maps, characters, and gametypes. (Expect additional downloads!)" : "Jump into a standard game of Ring Racers.");
|
||||
|
||||
M_DrawMasterServerReminder();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue