Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2015, 10:25:57 PM (8 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fabienHS15/data/overlays/HUDTemplates3.oxo

    r10739 r10746  
    3535     background        = "Orxonox/HealthBarBackground"
    3636     size              = "0.40, 0.08"
    37      position          = "0.0 , 0.9 "
     37     position          = "0.0 , 0.85 "
    3838     pickpoint         = "0, 1"
    3939     bartexture        = "healthbar_bar.png"
     
    5151      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
    5252    </HUDHealthBar>
     53
     54    <HUDShieldBar
     55     name          = "ShieldBar1"
     56     background    = "Orxonox/BarBackground"
     57     size          = "0.40, 0.04"
     58     position      = "0.0 , 0.9 "
     59     pickpoint     = "0, 1"
     60     correctaspect = true
     61     iconmaterial  = "Orxonox/BarIconShield"
     62    >
     63      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
     64      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
     65      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
     66    </HUDShieldBar>   
    5367
    5468    <HUDSpeedBar
Note: See TracChangeset for help on using the changeset viewer.