From: Ingo Ruhnke Date: Fri, 2 Sep 2011 12:21:20 +0000 (+0000) Subject: Disabled the frame around the title screen X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=98d85fe7ce2f998052e1f94290f83d469ac3e837;p=supertux.git Disabled the frame around the title screen SVN-Revision: 6692 --- 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);