mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- more credits.
This commit is contained in:
parent
0d8f901e2d
commit
1cb182be2f
1 changed files with 31 additions and 10 deletions
|
@ -1749,23 +1749,44 @@ OptionMenu "MultiOptionsMenu"
|
|||
OptionMenu "EngineCredits"
|
||||
{
|
||||
title "$MNU_CREDITS"
|
||||
Submenu " ---->", "EngineCredits2"
|
||||
StaticText "Developer"
|
||||
Submenu " ---->", "EngineCredits1a"
|
||||
StaticText "Developers"
|
||||
StaticText "Christoph Oelckers", 0
|
||||
StaticText " "
|
||||
StaticText "With contributions by"
|
||||
StaticText "Rachael Alexanderson", 0
|
||||
StaticText "Magnus Norddahl", 0
|
||||
StaticText "Alexey Lysiuk", 0
|
||||
StaticText " "
|
||||
StaticText "Special thanks to"
|
||||
StaticText "Nigel Rowand", 0
|
||||
StaticText "Martin Howe", 0
|
||||
StaticText ""
|
||||
StaticText "The Raze team thanks the following contributors"
|
||||
StaticText "Nash Muhandes", 0
|
||||
StaticText " "
|
||||
|
||||
StaticText "Dynamo", 0
|
||||
}
|
||||
|
||||
OptionMenu "EngineCredits1a"
|
||||
{
|
||||
title "$MNU_CREDITS"
|
||||
Submenu " ---->", "EngineCredits1b"
|
||||
StaticText "Raze QA"
|
||||
|
||||
StaticText "Nash Muhandes Martin Howe ", 0
|
||||
StaticText "Lowskill. Dynamo ", 0
|
||||
StaticText "SanyaWaffles Nigel Rowand ", 0
|
||||
StaticText "Major Cooke ", 0
|
||||
}
|
||||
|
||||
OptionMenu "EngineCredits1b"
|
||||
{
|
||||
title "$MNU_CREDITS"
|
||||
Submenu " ---->", "EngineCredits2"
|
||||
StaticText "ZDoom / GZDoom"
|
||||
StaticText "Marisa \"Randi\" Heit", 0
|
||||
StaticText "Braden \"Blzut3\" Obrzut", 0
|
||||
StaticText ""
|
||||
StaticText "Sound Engine"
|
||||
StaticText "Chris Robinson", 0
|
||||
StaticText ""
|
||||
}
|
||||
|
||||
|
||||
OptionMenu "EngineCredits2"
|
||||
{
|
||||
title "$MNU_CREDITS"
|
||||
|
|
Loading…
Reference in a new issue