From 16a591ed240c039b367ac0f21daa922d212a8d33 Mon Sep 17 00:00:00 2001 From: grumbel Date: Fri, 2 Sep 2011 12:21:20 +0000 Subject: [PATCH] Disabled the frame around the title screen git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6692 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/supertux/title_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supertux/title_screen.cpp b/src/supertux/title_screen.cpp index c99d19cd5..afd8ea3b1 100644 --- a/src/supertux/title_screen.cpp +++ b/src/supertux/title_screen.cpp @@ -138,7 +138,7 @@ TitleScreen::draw(DrawingContext& context) sector->draw(context); // FIXME: Add something to scale the frame to the resolution of the screen - context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1); + //context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1); context.draw_text(Resources::small_font, "SuperTux " PACKAGE_VERSION "\n", Vector(5, SCREEN_HEIGHT - 50), ALIGN_LEFT, LAYER_FOREGROUND1); -- 2.11.0