Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

XML Ports and cleanUp

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