Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickupsFS14/data/overlays/jumpHUD.oxo @ 10240

Last change on this file since 10240 was 10184, checked in by fvultier, 10 years ago

Es wird nun angezeigt, wie lange ein item noch aktiv ist.

File size: 1.3 KB
RevLine 
[10051]1<Template name="JumpHUD">
2  <OverlayGroup name="JumpHUD" scale = "1, 1">
[10184]3
[10051]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"
[10074]11     showScore = true
[10184]12     showFuel = false
[10074]13     showMessages = false
[10051]14    />
15
[10074]16    <JumpScore
[10184]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
[10074]29     position  = "0.5, 0.5"
[10051]30     pickpoint = "0.0, 0.0"
31     font      = "ShareTechMono"
[10074]32     textsize  = 0.2
33     colour    = "1.0, 0.0, 0.0, 1.0"
[10051]34     align     = "center"
[10074]35     gameOverText = "GAME OVER"
36     showScore = false
[10184]37     showFuel = false
[10074]38     showMessages = true
[10184]39    />       
[10051]40
[10184]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
[10051]57  </OverlayGroup>
58</Template>
Note: See TracBrowser for help on using the repository browser.