Changeset 8986 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jul 1, 2006, 4:57:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/hud.cc
r8976 r8986 168 168 if (this->energyWidget != NULL) 169 169 { 170 this->energyWidget->setAbsCoor2D(0.0 * this->resX, 0. 9* this->resY);170 this->energyWidget->setAbsCoor2D(0.0 * this->resX, 0.85 * this->resY); 171 171 this->energyWidget->setWidgetSize(.25 * this->resX, 0.1 * this->resY); 172 172 } … … 177 177 for (weaponWidget = this->weaponsWidgets.begin(); weaponWidget != this->weaponsWidgets.end(); weaponWidget++, pos+=.3) 178 178 { 179 (*weaponWidget)->setAbsCoor2D(pos*this->resX, . 9*this->resY);179 (*weaponWidget)->setAbsCoor2D(pos*this->resX, .85*this->resY); 180 180 (*weaponWidget)->setWidgetSize(.02*this->resX, .1 *this->resY); 181 181 (*weaponWidget)->show();
Note: See TracChangeset
for help on using the changeset viewer.