From 74c81c1225356d43344d17afffcc55b5e1657b21 Mon Sep 17 00:00:00 2001 From: Andre Schweiger Date: Sun, 27 Dec 2015 20:03:28 +0100 Subject: [PATCH] Update About Menu --- source/Menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Menu.c b/source/Menu.c index ee21b84..3317a3d 100644 --- a/source/Menu.c +++ b/source/Menu.c @@ -1136,7 +1136,8 @@ void renderMenu(int menu,int xscr,int yscr){ drawTextColor("3DS Homebrew Edition",74,120,0xFF00FF00); drawSizedTextColor("This port was made by David Benepe (Davideesk)",16,144,1.0,0xFF00FF00); drawSizedTextColor("just for fun in September/October 2015.",44,156,1.0,0xFF00FF00); - drawSizedTextColor("TY Notch for creating a fun game to remake!",28,180,1.0,0xFF00FF00); + drawSizedTextColor("Updated and modded by Andre Schweiger (andre111)",8,168,1.0,0xFF00FF00); + drawSizedTextColor("TY Notch for creating a fun game to remake!",28,192,1.0,0xFF00FF00); sf2d_end_frame(); sf2d_start_frame(GFX_BOTTOM, GFX_LEFT); sf2d_draw_rectangle(0, 0, 320, 240, 0xFF0C0C0C); //You might think "real" black would be better, but it actually looks better that way