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
RevLine 
[11600]1
2
[11505]3<Template name="FlappyOrxHUD">
4  <OverlayGroup name="FlappyOrxHUD" scale = "1, 1">
[11533]5   
[11505]6    <FlappyOrxHUDinfo
[11533]7     position  = "0.02, 0.01"
[11505]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
[11533]14     showpoints     = true
[11505]15    />
[11533]16
[11563]17    <FlappyOrxHUDinfo
[11576]18     position  = "0.5, 0.5"
[11563]19     pickpoint = "0.0, 0.0"
20     font      = "ShareTechMono"
21     textsize  = 0.04
[11576]22     colour    = "1.0, 0.0, 0.0, 1.0"
23     align     = "center"
[11563]24
25     showmessage     = true
[11576]26     messageID = 0
27
[11563]28    />
29
[11576]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"
[11505]43     pickpoint = "0.0, 0.0"
44     font      = "ShareTechMono"
45     textsize  = 0.04
46     colour    = "1.0, 1.0, 1.0, 1.0"
[11576]47     align     = "center"
[11505]48
[11576]49     showmessage     = true
50     messageID = 2
[11505]51    />
[11576]52    <FlappyOrxHUDinfo
53     position  = "0.5, 0.7"
[11505]54     pickpoint = "0.0, 0.0"
55     font      = "ShareTechMono"
56     textsize  = 0.04
57     colour    = "1.0, 1.0, 1.0, 1.0"
[11576]58     align     = "center"
59
60     showmessage     = true
61     messageID = 3
62
63    />
64
65   
[11505]66  </OverlayGroup>
67</Template>
Note: See TracBrowser for help on using the repository browser.