Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10758 in orxonox.OLD for branches/presentation/src/util/hud.h


Ignore:
Timestamp:
Jun 21, 2007, 1:37:21 AM (17 years ago)
Author:
nicolasc
Message:

added shield functionality, reverted paeddae's MP patch - does not work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.h

    r10748 r10758  
    101101
    102102private:
    103   unsigned int             resX;
    104   unsigned int             resY;
     103  unsigned int              resX;
     104  unsigned int              resY;
    105105
    106   float                 hitBarCount;
     106  float                     hitBarCount;
    107107 
    108   Hud::Playmode                         playmode;
     108  Hud::Playmode             playmode;
    109109
    110   float                    travelZoneWidth; //the percentage of the screen, the player has got for his movements. should always be a value between 0 and 1;
     110  float                     travelZoneWidth; //the percentage of the screen, the player has got for his movements. should always be a value between 0 and 1;
    111111
    112   OrxGui::GLGuiWidget*     energyWidget;
    113   OrxGui::GLGuiWidget*     shieldWidget;
    114   OrxGui::GLGuiWidget*     healthWidget;
    115   OrxGui::GLGuiWidget*     implantWidget;
     112  OrxGui::GLGuiWidget*      energyWidget;
     113  OrxGui::GLGuiWidget*      shieldWidget;
     114  OrxGui::GLGuiWidget*      healthWidget;
     115  OrxGui::GLGuiWidget*      implantWidget;
    116116
    117   OrxGui::GLGuiNotifier*   notifier;
    118   OrxGui::GLGuiInputLine*  inputLine;
    119   OrxGui::GLGuiRadar*      _radar;
    120   PNode*                   radarCenterNode;
     117  OrxGui::GLGuiNotifier*    notifier;
     118  OrxGui::GLGuiInputLine*   inputLine;
     119  OrxGui::GLGuiRadar*       _radar;
     120  PNode*                    radarCenterNode;
    121121
    122122  bool                  ifinit;
Note: See TracChangeset for help on using the changeset viewer.