Last change
on this file since 10107 was
10074,
checked in by fvultier, 11 years ago
|
new items added. improved level generator.
|
File size:
631 bytes
|
Rev | Line | |
---|
[10051] | 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" |
---|
[10074] | 10 | showScore = true |
---|
| 11 | showMessages = false |
---|
[10051] | 12 | /> |
---|
| 13 | |
---|
[10074] | 14 | <JumpScore |
---|
| 15 | position = "0.5, 0.5" |
---|
[10051] | 16 | pickpoint = "0.0, 0.0" |
---|
| 17 | font = "ShareTechMono" |
---|
[10074] | 18 | textsize = 0.2 |
---|
| 19 | colour = "1.0, 0.0, 0.0, 1.0" |
---|
[10051] | 20 | align = "center" |
---|
[10074] | 21 | gameOverText = "GAME OVER" |
---|
| 22 | showScore = false |
---|
| 23 | showMessages = true |
---|
| 24 | /> |
---|
[10051] | 25 | |
---|
| 26 | </OverlayGroup> |
---|
| 27 | </Template> |
---|
Note: See
TracBrowser
for help on using the repository browser.