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
RevLine 
[10078]1<Template name="JumpHUD">
2  <OverlayGroup name="JumpHUD" scale = "1, 1">
[10260]3
[10078]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
[10260]12     showFuel = false
[10078]13     showMessages = false
14    />
15
16    <JumpScore
[10260]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
[10078]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
[10260]37     showFuel = false
[10078]38     showMessages = true
[11052]39    />
[10078]40
41  </OverlayGroup>
42</Template>
Note: See TracBrowser for help on using the repository browser.