Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/overlays/jumpHUD.oxo @ 11053

Last change on this file since 11053 was 10961, checked in by maxima, 10 years ago

Merged presentation and fabiens branch. Had to modify hoverHUD and invaderHUD, because the text of the healthbar wasn't correctly displayed and the weapon settings of the hovership.

  • 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
[10961]39    />
[10078]40
41  </OverlayGroup>
42</Template>
Note: See TracBrowser for help on using the repository browser.