Skip to content

Commit

Permalink
- Update to current patreon supporters
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Apr 26, 2022
1 parent 66f16e2 commit 0a1ae93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cube/swiss/source/gui/info.c
Expand Up @@ -147,10 +147,10 @@ uiDrawObj_t * info_draw_page(int page_num) {
sprintf(txtbuffer, "Commit %s Revision %s", GITREVISION, GITVERSION);
DrawAddChild(container, DrawStyledLabel(640/2, 165, txtbuffer, 0.75f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 208, "Patreon supporters", 0.75f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 228, "meneerbeer, Dan Kunz, Heather Kent, Joshua Witt, Filyx20, SubElement, KirovAir,", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 244, "Cristofer Cruz, LemonMeringueTy, badsector, Fernando Avelino, RamblingOkie,", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 228, "meneerbeer, Dan Kunz, SubElement, KirovAir, Cristofer Cruz,", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 244, "Roman Antonacci, badsector, Fernando Avelino, RamblingOkie,", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 260, "Kory, Lindh0lm154, Alex Mitchell, Haymose, finnyguy, Marlon,", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 276, "HakanaiSeishin, Borg Number One (a.k.a. Steven Weiser)", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 276, "HakanaiSeishin, Borg Number One (a.k.a. Steven Weiser), Jeffrey Pierce", 0.60f, true, defaultColor));

DrawAddChild(container, DrawStyledLabel(640/2, 300, "Extra Greetz: FIX94, megalomaniac, sepp256, novenary", 0.60f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(110, 320, "Web/Support", 0.64f, false, defaultColor));
Expand Down

0 comments on commit 0a1ae93

Please sign in to comment.