Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2008, 1:09:07 AM (16 years ago)
Author:
rgrieder
Message:
  • adjusted Radar to fit in XML loading scheme
  • OverlayGroup should be more or less what I imagine for now (only supports scale method to scale the entire HUD)
  • singletonized HUDNavigation (and HUDRadar of course): These are temporary hacks!
File:
1 edited

Legend:

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

    r1601 r1604  
    9393    private:
    9494      GraphicsEngine*       ogre_;          //!< our dearest graphics engine <3
     95      Level*                startLevel_;    //!< current hard coded default level
     96      Level*                hud_;           //!< 'level' object fo the HUD
    9597      //audio::AudioManager*  auMan_;         //!< audio manager
    9698      Ogre::Timer*          timer_;         //!< Main loop timer
Note: See TracChangeset for help on using the changeset viewer.