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