Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8989 in orxonox.OLD for trunk/src/util


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

orxonox/trunk: notifier notifies

File:
1 edited

Legend:

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

    r8988 r8989  
    165165
    166166  this->setSize2D(.2 * this->resX, this->resY);
     167  this->notifier->setAbsCoor2D(0.7 * this->resX, 0.3 * this->resY);
     168  this->notifier->setWidgetSize(0.25 * this->resX, 0.6 * this->resY);
    167169
    168170  if (this->energyWidget != NULL)
Note: See TracChangeset for help on using the changeset viewer.