Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tgidronFS16/data/overlays/HoverHUD.oxo @ 11151

Last change on this file since 11151 was 11151, checked in by tgidron, 8 years ago

New Level Up

  • Property svn:eol-style set to native
File size: 1.5 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
42      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
43      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
44      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
45    </HUDHealthBar>
46
47
48    <HUDNavigation
49     name          = "Navigation"
50     correctaspect = true
51     font          = "Monofur"
52     textsize      = 0.02
53     navMarkerSize = 0.03
54     aimMarkerSize = 0.02
55    />
56
57 </OverlayGroup>
58</Template>
Note: See TracBrowser for help on using the repository browser.