Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2008, 9:39:23 PM (16 years ago)
Author:
FelixSchulthess
Message:

edited bar, removed smartbar and replaced functionality with a boolean autoColor to indicate whether the bar should change color automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/HUD.h

    r1314 r1328  
    2222*      Yuning Chai
    2323*   Co-authors:
    24 *      ...
     24*      Felix Schulthess
    2525*
    2626*/
     
    5050            Ogre::Overlay* orxonoxHUD;
    5151            Ogre::OverlayContainer* container;
    52             SmartBarOverlayElement* energyCounter;
    53             SmartBarOverlayElement* speedo;
     52            BarOverlayElement* energyCounter;
     53            BarOverlayElement* speedo;
    5454            RadarOverlayElement* radar;
    5555
Note: See TracChangeset for help on using the changeset viewer.