Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 1, 2006, 4:57:07 PM (18 years ago)
Author:
bensch
Message:

trunk: slerping colors in HSV-space works

File:
1 edited

Legend:

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

    r8976 r8986  
    168168  if (this->energyWidget != NULL)
    169169  {
    170     this->energyWidget->setAbsCoor2D(0.0 * this->resX, 0.9 * this->resY);
     170    this->energyWidget->setAbsCoor2D(0.0 * this->resX, 0.85 * this->resY);
    171171    this->energyWidget->setWidgetSize(.25 * this->resX, 0.1 * this->resY);
    172172  }
     
    177177  for (weaponWidget = this->weaponsWidgets.begin(); weaponWidget != this->weaponsWidgets.end(); weaponWidget++, pos+=.3)
    178178  {
    179     (*weaponWidget)->setAbsCoor2D(pos*this->resX, .9*this->resY);
     179    (*weaponWidget)->setAbsCoor2D(pos*this->resX, .85*this->resY);
    180180    (*weaponWidget)->setWidgetSize(.02*this->resX, .1 *this->resY);
    181181    (*weaponWidget)->show();
Note: See TracChangeset for help on using the changeset viewer.