Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS14/data/overlays/jumpHUD.oxo @ 10078

Last change on this file since 10078 was 10078, checked in by smerkli, 10 years ago

Merged Jump minigame, tested, works.

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.