Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged branch presentationFS14 back to trunk

File size: 631 bytes
Line 
1<Template name="JumpHUD">
2  <OverlayGroup name="JumpHUD" scale = "1, 1">
3    <JumpScore
4     position  = "0.5, 0.05"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.06
8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "center"
10     showScore = true
11     showMessages = false
12    />
13
14    <JumpScore
15     position  = "0.5, 0.5"
16     pickpoint = "0.0, 0.0"
17     font      = "ShareTechMono"
18     textsize  = 0.2
19     colour    = "1.0, 0.0, 0.0, 1.0"
20     align     = "center"
21     gameOverText = "GAME OVER"
22     showScore = false
23     showMessages = true
24    />   
25
26  </OverlayGroup>
27</Template>
Note: See TracBrowser for help on using the repository browser.