Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FlappyOrx_HS17/data/overlays/FlappyOrxHUD.oxo @ 11596

Last change on this file since 11596 was 11596, checked in by merholzl, 6 years ago

Cleanup of level files

File size: 1.4 KB
Line 
1<Template name="FlappyOrxHUD">
2  <OverlayGroup name="FlappyOrxHUD" scale = "1, 1">
3   
4    <FlappyOrxHUDinfo
5     position  = "0.02, 0.01"
6     pickpoint = "0.0, 0.0"
7     font      = "ShareTechMono"
8     textsize  = 0.04
9     colour    = "1.0, 1.0, 1.0, 1.0"
10     align     = "left"
11
12     showpoints     = true
13    />
14
15    <FlappyOrxHUDinfo
16     position  = "0.5, 0.5"
17     pickpoint = "0.0, 0.0"
18     font      = "ShareTechMono"
19     textsize  = 0.04
20     colour    = "1.0, 0.0, 0.0, 1.0"
21     align     = "center"
22
23     showmessage     = true
24     messageID = 0
25
26    />
27
28    <FlappyOrxHUDinfo
29         position  = "0.5, 0.6"
30         pickpoint = "0.0, 0.0"
31         font      = "ShareTechMono"
32         textsize  = 0.04
33         colour    = "1.0, 1.0, 1.0, 1.0"
34         align     = "center"
35
36         showmessage     = true
37         messageID = 1
38    />
39    <FlappyOrxHUDinfo
40     position  = "0.5, 0.65"
41     pickpoint = "0.0, 0.0"
42     font      = "ShareTechMono"
43     textsize  = 0.04
44     colour    = "1.0, 1.0, 1.0, 1.0"
45     align     = "center"
46
47     showmessage     = true
48     messageID = 2
49    />
50    <FlappyOrxHUDinfo
51     position  = "0.5, 0.7"
52     pickpoint = "0.0, 0.0"
53     font      = "ShareTechMono"
54     textsize  = 0.04
55     colour    = "1.0, 1.0, 1.0, 1.0"
56     align     = "center"
57
58     showmessage     = true
59     messageID = 3
60
61    />
62
63   
64  </OverlayGroup>
65</Template>
Note: See TracBrowser for help on using the repository browser.