Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoKart_HS18/data/overlays/OrxoKartHUD.oxo @ 12079

Last change on this file since 12079 was 12079, checked in by ottka, 5 years ago

fixed HUD

File size: 1.2 KB
Line 
1<Template name="OrxoKartHUD">
2  <OverlayGroup name="OrxoKartHUD" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6
7<Template name="spaceshiporxokarthud">
8  <OverlayGroup name = "spaceshiporxokarthud" 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    <HUDHealthBar
20     name              = "HealthBar1"
21     background        = "Orxonox/HealthBarBackground"
22     size              = "0.35, 0.0875"
23     position          = "0.0 , 0.97"
24     pickpoint         = "0, 1"
25     bartexture        = "healthbar_bar.png"
26     textfont          = "VeraMono"
27     textusebarcolour  = true
28     textscale          = 0.4
29     textoffset        = "0.325, -0.825"
30     textpickpoint     = "0, 0"
31     textalign         = "right"
32     correctaspect     = true
33     iconmaterial      = "Orxonox/BarIconHealth"
34    >
35      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
36      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
37      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
38    </HUDHealthBar>
39 </OverlayGroup>
40</Template>
Note: See TracBrowser for help on using the repository browser.