mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 17:32:27 +00:00
Add a "title screen"
This commit is contained in:
parent
f121ed210a
commit
79a319ec02
1 changed files with 2 additions and 0 deletions
|
|
@ -1977,6 +1977,8 @@ void F_TitleScreenDrawer(void)
|
|||
V_DrawSmallScaledPatch(84, 36, transval<<V_ALPHASHIFT, ttkflash);
|
||||
}
|
||||
*/
|
||||
V_DrawCenteredString(BASEVIDWIDTH/2, 64, 0, "SRB2 Kart v2.0");
|
||||
V_DrawCenteredString(BASEVIDWIDTH/2, 96, 0, "Development EXE");
|
||||
break;
|
||||
|
||||
case TTMODE_USER:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue