Add a "title screen"

This commit is contained in:
Sally Coolatta 2020-10-25 11:34:58 -04:00
parent f121ed210a
commit 79a319ec02

View file

@ -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: