Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2012merge/data/overlays/lastManStandingHUD.oxo @ 9299

Last change on this file since 9299 was 9299, checked in by jo, 12 years ago

LastManStanding HUD cleanup.

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1<Template name="LastmanstandingHUD">
2  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
3    <OverlayText
4     position  = "0.02, 0.02"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.04
8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "left"
10     caption   = "Lives:   "
11    />
12
13    <LastManStandingInfos
14     position  = "0.14, 0.02"
15     pickpoint = "0.0, 0.0"
16     font      = "ShareTechMono"
17     textsize  = 0.04
18     colour    = "1.0, 1.0, 1.0, 1.0"
19     align     = "left"
20
21     showlives     = true
22     showplayers     = false
23    />
24
25    <OverlayText
26     position  = "0.02, 0.055"
27     pickpoint = "0.0, 0.0"
28     font      = "ShareTechMono"
29     textsize  = 0.04
30     colour    = "1.0, 1.0, 1.0, 1.0"
31     align     = "left"
32     caption   = "Players: "
33    />
34
35    <LastManStandingInfos
36     position  = "0.14, 0.055"
37     pickpoint = "0.0, 0.0"
38     font      = "ShareTechMono"
39     textsize  = 0.04
40     colour    = "1.0, 1.0, 1.0, 1.0"
41     align     = "left"
42
43     showlives     = false
44     showplayers     = true
45    />
46
47    <!--OverlayText
48     position  = "0.02, 0.07"
49     pickpoint = "0.0, 0.0"
50     font      = "ShareTechMono"
51     textsize  = 0.04
52     colour    = "1.0, 1.0, 1.0, 1.0"
53     align     = "left"
54     caption   = "__________|"
55    />
56
57    <OverlayText
58     position  = "0.022, 0.07"
59     pickpoint = "0.0, 0.0"
60     font      = "ShareTechMono"
61     textsize  = 0.04
62     colour    = "1.0, 1.0, 1.0, 1.0"
63     align     = "left"
64     caption   = "__________"
65    />
66
67    <OverlayText
68     position  = "0.1733, 0.038"
69     pickpoint = "0.0, 0.0"
70     font      = "ShareTechMono"
71     textsize  = 0.04
72     colour    = "1.0, 1.0, 1.0, 1.0"
73     align     = "left"
74     caption   = "|"
75    /-->
76
77  </OverlayGroup>
78</Template>
Note: See TracBrowser for help on using the repository browser.