From eefd9e9a2c6e1caa68c7f0d699d9d78824d0aa60 Mon Sep 17 00:00:00 2001 From: Jeremy Simpson Date: Fri, 30 Aug 2019 01:58:02 -0700 Subject: [PATCH] Add myself to credits --- src/ts/client/credits.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ts/client/credits.ts b/src/ts/client/credits.ts index dd86b46..22f6eed 100644 --- a/src/ts/client/credits.ts +++ b/src/ts/client/credits.ts @@ -52,6 +52,12 @@ export const CREDITS: Credit[] = [ title: 'Programmer', avatarIndex: 4, links: ['https://github.com/Stubenhocker1399'] + }, + { + name: 'Luney', + title: 'Programmer', + avatarIndex: 5, + links: ['https://twitter.com/luneythesnep', 'https://github.com/LunarMist'] } ];