mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Minor credits updates
This commit is contained in:
parent
29bc6489db
commit
d80981ab22
1 changed files with 5 additions and 3 deletions
|
@ -442,6 +442,7 @@ static const char *credits[] = {
|
||||||
"\"Lat\'\"",
|
"\"Lat\'\"",
|
||||||
"\"Monster Iestyn\"",
|
"\"Monster Iestyn\"",
|
||||||
"\"Shuffle\"",
|
"\"Shuffle\"",
|
||||||
|
"\"SteelT\"",
|
||||||
"",
|
"",
|
||||||
"\1Lead Artists",
|
"\1Lead Artists",
|
||||||
"Desmond \"Blade\" DesJardins",
|
"Desmond \"Blade\" DesJardins",
|
||||||
|
@ -466,17 +467,17 @@ static const char *credits[] = {
|
||||||
"\"DirkTheHusky\"",
|
"\"DirkTheHusky\"",
|
||||||
"\"LJSTAR\"",
|
"\"LJSTAR\"",
|
||||||
"\"MotorRoach\"",
|
"\"MotorRoach\"",
|
||||||
"\"Mr. McScrewup\"",
|
|
||||||
"\"Nev3r\"",
|
"\"Nev3r\"",
|
||||||
|
"\"rairai104n\"",
|
||||||
"\"Ritz\"",
|
"\"Ritz\"",
|
||||||
"\"Rob\"",
|
"\"Rob\"",
|
||||||
"\"SmithyGNC\"",
|
"\"SmithyGNC\"",
|
||||||
"\"Snu\"",
|
"\"Snu\"",
|
||||||
"\"Spherallic\"",
|
"\"Spherallic\"",
|
||||||
|
"\"TelosTurntable\"",
|
||||||
"\"VAdaPEGA\"",
|
"\"VAdaPEGA\"",
|
||||||
"\"Virt\"",
|
"\"Virt\"",
|
||||||
"\"Voltrix\"",
|
"\"Voltrix\"",
|
||||||
"\"zxyspku\"",
|
|
||||||
"",
|
"",
|
||||||
"\1Sound Design",
|
"\1Sound Design",
|
||||||
"James \"SeventhSentinel\" Hall",
|
"James \"SeventhSentinel\" Hall",
|
||||||
|
@ -504,6 +505,7 @@ static const char *credits[] = {
|
||||||
"Sherman \"CoatRack\" DesJardins",
|
"Sherman \"CoatRack\" DesJardins",
|
||||||
"Colette \"fickleheart\" Bordelon",
|
"Colette \"fickleheart\" Bordelon",
|
||||||
"Vivian \"toaster\" Grannell",
|
"Vivian \"toaster\" Grannell",
|
||||||
|
"\"Gunla\"",
|
||||||
"James \"SeventhSentinel\" Hall",
|
"James \"SeventhSentinel\" Hall",
|
||||||
"\"Lat\'\"",
|
"\"Lat\'\"",
|
||||||
"\"MK\"",
|
"\"MK\"",
|
||||||
|
@ -566,7 +568,7 @@ static struct {
|
||||||
// This Tyler52 gag is troublesome
|
// This Tyler52 gag is troublesome
|
||||||
// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
|
// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
|
||||||
// Current max image spacing: (200*17)
|
// Current max image spacing: (200*17)
|
||||||
{112, (15*100)+(17*38)+(86*15), "TYLER52", SKINCOLOR_NONE},
|
{112, (15*100)+(17*38)+(88*15), "TYLER52", SKINCOLOR_NONE},
|
||||||
{0, 0, NULL, SKINCOLOR_NONE}
|
{0, 0, NULL, SKINCOLOR_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue