Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/jumpHUD.oxo @ 10260

Last change on this file since 10260 was 10260, checked in by landauf, 9 years ago

merged the latest changes from pickupsFS14 to trunk

File size: 1.3 KB
Line 
1<Template name="JumpHUD">
2  <OverlayGroup name="JumpHUD" scale = "1, 1">
3
4    <JumpScore
5     position  = "0.5, 0.05"
6     pickpoint = "0.0, 0.0"
7     font      = "ShareTechMono"
8     textsize  = 0.06
9     colour    = "1.0, 1.0, 1.0, 1.0"
10     align     = "center"
11     showScore = true
12     showFuel = false
13     showMessages = false
14    />
15
16    <JumpScore
17     position  = "0.1, 0.05"
18     pickpoint = "0.0, 0.0"
19     font      = "ShareTechMono"
20     textsize  = 0.05
21     colour    = "1.0, 0.5, 0.0, 1.0"
22     align     = "left"
23     showScore = false
24     showFuel = true
25     showMessages = false
26    />
27
28    <JumpScore
29     position  = "0.5, 0.5"
30     pickpoint = "0.0, 0.0"
31     font      = "ShareTechMono"
32     textsize  = 0.2
33     colour    = "1.0, 0.0, 0.0, 1.0"
34     align     = "center"
35     gameOverText = "GAME OVER"
36     showScore = false
37     showFuel = false
38     showMessages = true
39    />   
40
41  <HUDBar
42     name          = "SpeedBar1"
43     background    = "Orxonox/BarBackground"
44     size          = "0.35, 0.05"
45     position      = "0.0 , 1.0 "
46     pickpoint     = "0, 1"
47     correctaspect = false
48
49     initialvalue = 50
50
51     >
52      <BarColour position = 0.0 colour = "0.7,0.5,0.2" />
53      <BarColour position = 0.5 colour = "0.2,0.7,0.2" />
54      <BarColour position = 1.0 colour = "0.7,0.2,0.2" />
55    </HUDBar>
56
57  </OverlayGroup>
58</Template>
Note: See TracBrowser for help on using the repository browser.