Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file was 11052, checked in by landauf, 8 years ago

merged branch presentationHS15 back to trunk

  • Property svn:eol-style set to native
File size: 939 bytes
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  </OverlayGroup>
42</Template>
Note: See TracBrowser for help on using the repository browser.