projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c69e6
)
Disabled the frame around the title screen
author
Ingo Ruhnke
<grumbel@gmx.de>
Fri, 2 Sep 2011 12:21:20 +0000
(12:21 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Fri, 2 Sep 2011 12:21:20 +0000
(12:21 +0000)
SVN-Revision: 6692
src/supertux/title_screen.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/title_screen.cpp
b/src/supertux/title_screen.cpp
index
c99d19c
..
afd8ea3
100644
(file)
--- 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);