mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 20:20:43 +00:00
Update credits for bonuschars
This commit is contained in:
parent
97f0dc3875
commit
1a4648b6e9
1 changed files with 5 additions and 1 deletions
|
@ -450,10 +450,12 @@ static const char *credits[] = {
|
||||||
"\1Support Artists",
|
"\1Support Artists",
|
||||||
"Sally \"TehRealSalt\" Cochenour",
|
"Sally \"TehRealSalt\" Cochenour",
|
||||||
"Sherman \"CoatRack\" DesJardins",
|
"Sherman \"CoatRack\" DesJardins",
|
||||||
|
"\"DrTapeworm\"",
|
||||||
"Jesse \"Jeck Jims\" Emerick",
|
"Jesse \"Jeck Jims\" Emerick",
|
||||||
"Wesley \"Charyb\" Gillebaard",
|
"Wesley \"Charyb\" Gillebaard",
|
||||||
"Vivian \"toaster\" Grannell",
|
"Vivian \"toaster\" Grannell",
|
||||||
"James \"SeventhSentinel\" Hall",
|
"James \"SeventhSentinel\" Hall",
|
||||||
|
"\"Lat\'\"",
|
||||||
"\"Tyrannosaur Chao\"",
|
"\"Tyrannosaur Chao\"",
|
||||||
"\"ZarroTsu\"",
|
"\"ZarroTsu\"",
|
||||||
"",
|
"",
|
||||||
|
@ -465,8 +467,10 @@ static const char *credits[] = {
|
||||||
"\"Ritz\"",
|
"\"Ritz\"",
|
||||||
"\"Rob\"",
|
"\"Rob\"",
|
||||||
"\"SmithyGNC\"",
|
"\"SmithyGNC\"",
|
||||||
|
"\"Snu\"",
|
||||||
"\"Spherallic\"",
|
"\"Spherallic\"",
|
||||||
"\"VAdaPEGA\"",
|
"\"VAdaPEGA\"",
|
||||||
|
"\"Virt\"",
|
||||||
"",
|
"",
|
||||||
"\1Sound Design",
|
"\1Sound Design",
|
||||||
"James \"SeventhSentinel\" Hall",
|
"James \"SeventhSentinel\" Hall",
|
||||||
|
@ -581,7 +585,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)+(97*15), "TYLER52", SKINCOLOR_NONE},
|
{112, (15*100)+(17*38)+(101*15), "TYLER52", SKINCOLOR_NONE},
|
||||||
{0, 0, NULL, SKINCOLOR_NONE}
|
{0, 0, NULL, SKINCOLOR_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue