mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Add self to CONTRIBTORS.txt and githubfriends
This commit is contained in:
parent
ca0bfcfa80
commit
19de5ec59d
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ Contributors
|
|||
* Elijah Stone
|
||||
* Thomas Sänger (@HorayNarea)
|
||||
* Info Teddy (@InfoTeddy)
|
||||
* Alexandra Tildea (@AllyTally)
|
||||
* leo60228 (@leo60228)
|
||||
* Emmanuel Vadot (@evadot)
|
||||
* Rémi Verschelde (@akien-mga)
|
||||
|
|
|
@ -480,6 +480,7 @@ void Game::init(void)
|
|||
githubfriends.push_back("Elijah Stone");
|
||||
githubfriends.push_back("Thomas S|nger");
|
||||
githubfriends.push_back("Info Teddy");
|
||||
githubfriends.push_back("Alexandra Tildea");
|
||||
githubfriends.push_back("leo60228");
|
||||
githubfriends.push_back("Emmanuel Vadot");
|
||||
githubfriends.push_back("Remi Verschelde"); // TODO: Change to "Rémi" if/when UTF-8 support is added
|
||||
|
|
Loading…
Reference in a new issue