1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Add self to CONTRIBTORS.txt and githubfriends

This commit is contained in:
AllyTally 2020-02-08 00:24:50 -04:00 committed by Ethan Lee
parent ca0bfcfa80
commit 19de5ec59d
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Contributors
* Elijah Stone * Elijah Stone
* Thomas Sänger (@HorayNarea) * Thomas Sänger (@HorayNarea)
* Info Teddy (@InfoTeddy) * Info Teddy (@InfoTeddy)
* Alexandra Tildea (@AllyTally)
* leo60228 (@leo60228) * leo60228 (@leo60228)
* Emmanuel Vadot (@evadot) * Emmanuel Vadot (@evadot)
* Rémi Verschelde (@akien-mga) * Rémi Verschelde (@akien-mga)

View file

@ -480,6 +480,7 @@ void Game::init(void)
githubfriends.push_back("Elijah Stone"); githubfriends.push_back("Elijah Stone");
githubfriends.push_back("Thomas S|nger"); githubfriends.push_back("Thomas S|nger");
githubfriends.push_back("Info Teddy"); githubfriends.push_back("Info Teddy");
githubfriends.push_back("Alexandra Tildea");
githubfriends.push_back("leo60228"); githubfriends.push_back("leo60228");
githubfriends.push_back("Emmanuel Vadot"); githubfriends.push_back("Emmanuel Vadot");
githubfriends.push_back("Remi Verschelde"); // TODO: Change to "Rémi" if/when UTF-8 support is added githubfriends.push_back("Remi Verschelde"); // TODO: Change to "Rémi" if/when UTF-8 support is added