Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8988 in orxonox.OLD for trunk/src/util/hud.cc


Ignore:
Timestamp:
Jul 1, 2006, 5:13:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: much nicer rendering. The Bar is now behind the Value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r8987 r8988  
    174174
    175175  std::list<OrxGui::GLGuiWidget*>::iterator weaponWidget;
    176   Vector2D pos(0.3, .85);
     176  Vector2D pos(0.3, .9);
    177177  for (weaponWidget = this->weaponsWidgets.begin(); weaponWidget != this->weaponsWidgets.end(); weaponWidget++, pos.x+=.2)
    178178  {
Note: See TracChangeset for help on using the changeset viewer.