pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Adjusted level name in st


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Adjusted level name in startscreen to not overlap in maintainer mode on 2011-09-28 20:14 GMT
Date: Wed, 28 Sep 2011 20:31:02 +0000

Revision: df140794a78d
Author:   Ingo Ruhnke <address@hidden>
Date:     Wed Sep 28 13:14:11 2011
Log: Adjusted level name in startscreen to not overlap in maintainer mode

http://code.google.com/p/pingus/source/detail?r=df140794a78d

Modified:
 /src/pingus/screens/start_screen.cpp

=======================================
--- /src/pingus/screens/start_screen.cpp        Wed Sep 28 11:32:41 2011
+++ /src/pingus/screens/start_screen.cpp        Wed Sep 28 13:14:11 2011
@@ -178,7 +178,9 @@
                   _("Author: ") + plf.get_author());

   if (globals::developer_mode)
- gc.print_left(Fonts::chalk_small, Vector2i(110, 430), _("Filename: ") + plf.get_resname());
+  {
+ gc.print_center(Fonts::chalk_small, Vector2i(gc.get_width()/2, gc.get_height()-50), plf.get_resname());
+  }
 }

 const std::string&



reply via email to

[Prev in Thread] Current Thread [Next in Thread]