Changeset 8966
- Timestamp:
- Dec 7, 2011, 6:33:40 PM (13 years ago)
- Location:
- code/branches/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/data/overlays/HUDTemplates3.oxo
r8955 r8966 82 82 background = "Orxonox/HealthBarBackground" 83 83 size = "0.35, 0.0875" 84 position = " 0.5, 0.1 "85 pickpoint = " 0, 1"84 position = "1.0 , 0.1 " 85 pickpoint = "1, 1" 86 86 bartexture = "healthbar_bar.png" 87 87 textfont = "VeraMono" … … 97 97 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 98 98 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 99 </HUD HealthBar>99 </HUDEnemyHealthBar> 100 100 101 101 <HUDNavigation -
code/branches/hud/src/modules/overlays/hud/HUDHealthBar.h
r7401 r8966 110 110 { return this->textoverlay_->getSpaceWidth(); } 111 111 112 inline void setOverlayText(SmartPtr<OverlayText> textoverlay) 113 { this->textoverlay_ = textoverlay; } 114 inline SmartPtr<OverlayText> getOverlayText() const 115 {return this->textoverlay_; } 116 112 117 private: 113 118 WeakPtr<Pawn> owner_;
Note: See TracChangeset
for help on using the changeset viewer.