<Template name="HoverHUD">
  <OverlayGroup name="HoverHUD" scale = "1, 1">
  </OverlayGroup>
</Template>


<Template name="spaceshiphoverhud">
  <OverlayGroup name = "spaceshiphoverhud" scale = "1, 1">
    <TimeHUD
     name       = "TimerHUD"
     position  = "0.95, 0.02"
     pickpoint = "0.0, 0.0"
     font      = "ShareTechMono"
     textsize  = 0.05
     colour    = "1.0, 1.0, 1.0, 1.0"
     align     = "right"
    />

    <FlagHUD
     name      = "FlagHUD"
     position  = "0.05, 0.02"
     size      = "0.18, 0.05"
    />

    <HUDHealthBar
     name              = "HealthBar1"
     background        = "Orxonox/HealthBarBackground"
     size              = "0.35, 0.0875"
     position          = "0.0 , 0.97"
     pickpoint         = "0, 1"
     bartexture        = "healthbar_bar.png"
     textfont          = "VeraMono"
     textusebarcolour  = true
     textscale          = 0.4
     textoffset        = "0.325, -0.825"
     textpickpoint     = "0, 0"
     textalign         = "right"
     correctaspect     = true
     iconmaterial      = "Orxonox/BarIconHealth"
    >
      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
    </HUDHealthBar>
 </OverlayGroup>
</Template>