As requested by Ingo Ruhnke, now the author name is much more discrete.
authorRicardo Cruz <rick2@aeiou.pt>
Fri, 16 Apr 2004 18:49:13 +0000 (18:49 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Fri, 16 Apr 2004 18:49:13 +0000 (18:49 +0000)
SVN-Revision: 534

src/gameloop.cpp

index bf0f903..aa972cd 100644 (file)
@@ -137,11 +137,12 @@ GameSession::levelintro(void)
   sprintf(str, "%s", world->get_level()->name.c_str());
   gold_text->drawf(str, 0, 224, A_HMIDDLE, A_TOP, 1);
 
+  sprintf(str, "TUX x %d", player_status.lives);
+  white_text->drawf(str, 0, 256, A_HMIDDLE, A_TOP, 1);
+  
   sprintf(str, "by %s", world->get_level()->author.c_str());
-  red_text->drawf(str, 0, 256, A_HMIDDLE, A_TOP, 1);
+  white_small_text->drawf(str, 0, 400, A_HMIDDLE, A_TOP, 1);
   
-  sprintf(str, "TUX x %d", player_status.lives);
-  white_text->drawf(str, 0, 288, A_HMIDDLE, A_TOP, 1);
 
   flipscreen();