Author Topic: Hud just doesn't look right  (Read 1857 times)

asmodeus

  • Guest
Hud just doesn't look right
« on: 12 October 2008, 09:55:48 »
With any unit selected, the unit display leaves too much negative space between the unit buttons and right side of the screen giving the hud an off centered feel, moving the unit display over by 50 makes the hud feel more centered.

Code: [Select]
Index: trunk/source/glest_game/global/metrics.cpp
===================================================================
--- trunk/source/glest_game/global/metrics.cpp (revision 176)
+++ trunk/source/glest_game/global/metrics.cpp (working copy)
@@ -35,7 +35,7 @@
  minimapW= 128;
  minimapH= 128;
 
- displayX= 800;
+ displayX= 850;
  displayY= 250;
  displayW= 128;
  displayH= 480;

 

anything