Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/overlays/HoverHUD.oxo @ 10961

Last change on this file since 10961 was 10961, checked in by maxima, 9 years ago

Merged presentation and fabiens branch. Had to modify hoverHUD and invaderHUD, because the text of the healthbar wasn't correctly displayed and the weapon settings of the hovership.

File size: 1.3 KB
Line 
1<Template name="HoverHUD">
2  <OverlayGroup name="HoverHUD" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6
7<Template name="spaceshiphoverhud">
8  <OverlayGroup name = "spaceshiphoverhud" scale = "1, 1">
9    <TimeHUD
10     name       = "TimerHUD"
11     position  = "0.95, 0.02"
12     pickpoint = "0.0, 0.0"
13     font      = "ShareTechMono"
14     textsize  = 0.05
15     colour    = "1.0, 1.0, 1.0, 1.0"
16     align     = "right"
17    />
18
19    <FlagHUD
20     name      = "FlagHUD"
21     position  = "0.05, 0.02"
22     size      = "0.18, 0.05"
23    />
24
25    <HUDHealthBar
26     name              = "HealthBar1"
27     background        = "Orxonox/HealthBarBackground"
28     size              = "0.35, 0.0875"
29     position          = "0.0 , 0.97"
30     pickpoint         = "0, 1"
31     bartexture        = "healthbar_bar.png"
32     textfont          = "VeraMono"
33     textusebarcolour  = true
34     textscale          = 0.4
35     textoffset        = "0.325, -0.825"
36     textpickpoint     = "0, 0"
37     textalign         = "right"
38     correctaspect     = true
39     iconmaterial      = "Orxonox/BarIconHealth"
40    >
41      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
42      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
43      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
44    </HUDHealthBar>
45 </OverlayGroup>
46</Template>
Note: See TracBrowser for help on using the repository browser.