Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hoverHS15/data/overlays/HoverHUD.oxo @ 10895

Last change on this file since 10895 was 10895, checked in by bucyril, 8 years ago

Added HUD and stuff

File size: 1.2 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       = "Timer"
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     position  = "0.05, 0.02"
21     size      = "0.18, 0.05"
22    />
23
24    <HUDHealthBar
25     name              = "HealthBar1"
26     background        = "Orxonox/HealthBarBackground"
27     size              = "0.35, 0.0875"
28     position          = "0.0 , 0.97"
29     pickpoint         = "0, 1"
30     bartexture        = "healthbar_bar.png"
31     textfont          = "VeraMono"
32     textusebarcolour  = true
33     textsize          = 0.039
34     textoffset        = "0.315, 0.05"
35     textpickpoint     = "0, 0"
36     textalign         = "right"
37     correctaspect     = false
38     textcorrectaspect = false
39    >
40      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
41      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
42      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
43    </HUDHealthBar>
44 </OverlayGroup>
45</Template>
Note: See TracBrowser for help on using the repository browser.