Very much needed credits menu has been added.

This commit is contained in:
Marisa the Magician 2019-08-07 20:31:43 +02:00
commit 6fbde56733
2 changed files with 70 additions and 1 deletions

View file

@ -76,9 +76,56 @@ OptionMenu "UTOptionMenu"
Option "$FLAK_UCORPS", "flak_corpsedamage", "YesNo"
Option "$FLAK_DTEST", "flak_doomtest", "YesNo"
}
AddOptionMenu "OptionsMenu"
{
StaticText " "
Submenu "$FLAK_MTITLE", "UTOptionMenu"
Submenu "$FLAK_MCREDS", "UTCreditsMenu"
}
OptionMenu "UTCreditsMenu"
{
Title "$FLAK_MCREDS"
StaticText "$FLAK_CDT", "Red"
StaticText " "
StaticText "$FLAK_CLEAD", "Gold"
StaticText "Marisa Kirisame", "White"
StaticText " "
StaticText "$FLAK_CASSETS", "Gold"
StaticText "Epic Games", "White"
StaticText " "
StaticText "$FLAK_CPATRON", "Gold"
StaticText "Aisamai, Alexa Jones-Gonzales, Jonas Höglund,", "White"
StaticText "Zard1084, Jonathan Nemo, NekoMithos, 3d0xp0xy", "White"
StaticText " "
StaticText "$FLAK_CTHANK", "Gold"
StaticText "KynikossDragonn", "White"
StaticText " "
StaticText "$FLAK_CUT", "Red"
StaticText " "
StaticText "Copyright© 1999-2000 Epic Games", "White"
StaticText " "
StaticText "$FLAK_CPROG", "Gold"
StaticText "Erik de Neve, Steve Polge, Jack Porter,", "White"
StaticText "Brandon Reinhart, Tim Sweeney, Carlo Vogelsang,", "White"
StaticText "Warren Marshall", "White"
StaticText " "
StaticText "$FLAK_CLEVEL", "Gold"
StaticText "Cliff Bleszinski, Elliot Cannon, Shane Caudle,", "White"
StaticText "Pancho Eekels, Dave Ewing, Cedric Fiorentino,", "White"
StaticText "Alan Willard", "White"
StaticText "", "White"
StaticText " "
StaticText "$FLAK_CARTNMODEL", "Gold"
StaticText "Dave Carter, Shane Caudle, Pancho Eekels,", "White"
StaticText "Steve Garofalo, Mike Leatham, Everton Richards,", "White"
StaticText "Dan Sarkar, James Schmalz, John Mueller", "White"
StaticText " "
StaticText "$FLAK_CMUSNSND", "Gold"
StaticText "Alexander Brandon, Sascha Dikiciyan, Dave Ewing,", "White"
StaticText "Lani Minella, Shannon Ewing, Michiel van den Bos", "White"
StaticText " "
StaticText "$FLAK_CBIZ", "Gold"
StaticText "Jay Wilbur, Mark Rein", "White"
StaticText " "
}