Some more aspect ratio stuff
[supertux.git] / src / game_session.cpp
index e918a09..26f65f1 100644 (file)
@@ -444,7 +444,7 @@ GameSession::draw_pause(DrawingContext& context)
 {
   context.draw_filled_rect(
       Vector(0,0), Vector(SCREEN_WIDTH, SCREEN_HEIGHT),
-      Color(.2f, .2f, .2f, .5f), LAYER_FOREGROUND1);
+      Color(0.0f, 0.0f, 0.0f, .25f), LAYER_FOREGROUND1);
 }
 
 void