Changeset 9016 for code/trunk/data/overlays
- Timestamp:
- Feb 15, 2012, 11:51:58 PM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/HUDTemplates3.oxo
r8706 r9016 78 78 </HUDBoostBar> 79 79 80 <HUDEnemyHealthBar 81 name = "EnemyHealthBar" 82 background = "Orxonox/HealthBarBackground" 83 size = "0.35, 0.0875" 84 position = "1.0 , 0.1 " 85 pickpoint = "1, 1" 86 bartexture = "healthbar_bar.png" 87 textfont = "VeraMono" 88 textusebarcolour = true 89 textsize = 0.039 90 textoffset = "0.315, 0.05" 91 textpickpoint = "0, 0" 92 textalign = "right" 93 correctaspect = false 94 textcorrectaspect = false 95 > 96 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 97 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 98 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 99 </HUDEnemyHealthBar> 100 80 101 <HUDNavigation 81 102 name = "Navigation" -
code/trunk/data/overlays/underAttackHUD.oxo
r7679 r9016 1 < Template name="UnderAttackHUD">1 < Template name="UnderAttackHUD"> 2 2 <OverlayGroup name="UnderAttackHUD" scale = "1, 1"> 3 < UnderAttackHealthBar3 <OUTDATED-- UnderAttackHealthBar 4 4 name = "HealthBar" 5 5 background = "Orxonox/HealthBarBackground"
Note: See TracChangeset
for help on using the changeset viewer.