scummvm/engines/scumm/credits.pl
Max Horn 006ca7acd6 SCUMM: rename 'HE' to 'SCUMM HE' in credits
Otherwise it may be hard to tell what this is. It also restores the
alphabetical ordering of the credits by engine 'name'.
2021-08-05 00:01:46 +02:00

20 lines
874 B
Raku

begin_section("SCUMM");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("James Brown", "ender", "(retired)");
add_person("Jonathan Gray", "khalek", "(retired)");
add_person("Vincent Hamm", "yaz0r", "(retired)");
add_person("Max Horn", "Fingolfin", "(retired)");
add_person("Travis Howell", "Kirben", "");
add_person("Paweł Kołodziejski", "aquadran", "Codecs, iMUSE, Smush, etc.");
add_person("Gregory Montoir", "cyx", "(retired)");
add_person("Eugene Sandulenko", "sev", "FT INSANE, MM NES, MM C64, game detection, Herc/CGA");
add_person("Ludvig Strigeus", "ludde", "(retired)");
end_section();
begin_section("SCUMM HE");
add_person("Jonathan Gray", "khalek", "(retired)");
add_person("Travis Howell", "Kirben", "");
add_person("Gregory Montoir", "cyx", "(retired)");
add_person("Eugene Sandulenko", "sev", "");
end_section();