Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8955 for code/branches/hud/src


Ignore:
Timestamp:
Nov 30, 2011, 4:57:35 PM (12 years ago)
Author:
mspaling
Message:

worked on EnemyHealthBar

Location:
code/branches/hud/src/modules/overlays/hud
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/modules/overlays/hud/CMakeLists.txt

    r8706 r8955  
    77  HUDHealthBar.cc
    88  HUDTimer.cc
     9  HUDEnemyHealthBar.cc
    910  ChatOverlay.cc
    1011  AnnounceMessage.cc
  • code/branches/hud/src/modules/overlays/hud/HUDNavigation.h

    r8920 r8955  
    6868    { return 1.0f; }
    6969
     70    unsigned int getMarkerLimit() { return this->markerLimit_; }
     71
    7072private:
    7173    struct ObjectInfo
     
    8587    float getNavMarkerSize() const
    8688    { return navMarkerSize_; }
     89
    8790
    8891    void setTextSize ( float size );
     
    106109    bool showDistance;
    107110
    108     unsigned int markerLimit_;; //TODO: is it possible to set this over the console and/or the IG-Setting
     111    unsigned int markerLimit_;;
    109112
    110113
Note: See TracChangeset for help on using the changeset viewer.