Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/lastManStandingHUD.oxo @ 8178

Last change on this file since 8178 was 8178, checked in by jo, 13 years ago

Merged lastmastanding3 into trunk. There's an xml parsing error that only appeared after merging. The level seems to load properly though.

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
1<Template name="LastmanstandingHUD">
2  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
3   
4 <!--GametypeStaticMessage
5   name     = "staticmessage"
6   position = "0.5, 0.01"
7   font     = "VeraMono"
8   caption  = ""
9   textsize = 0.033
10   colour   = "1.0, 1.0, 0.5, 1.0"
11   align    = "center"
12  /-->
13
14<GametypeFadingMessage
15     name     = "fadingmessage"
16     position = "0.5, 0.01"
17     font     = "VeraMono"
18     textsize = 0.04
19     colour   = "1.0, 1.0, 0.5, 1.0"
20     align    = "center"
21    />
22
23    <OverlayText
24     position  = "0.02, 0.02"
25     pickpoint = "0.0, 0.0"
26     font      = "ShareTechMono"
27     textsize  = 0.04
28     colour    = "1.0, 1.0, 1.0, 1.0"
29     align     = "left"
30     caption   = "Lives:   "
31    />
32
33    <LastManStandingInfos
34     position  = "0.14, 0.02"
35     pickpoint = "0.0, 0.0"
36     font      = "ShareTechMono"
37     textsize  = 0.04
38     colour    = "1.0, 1.0, 1.0, 1.0"
39     align     = "left"
40
41     showlives     = true
42     showplayers     = false
43    />
44
45    <OverlayText
46     position  = "0.02, 0.055"
47     pickpoint = "0.0, 0.0"
48     font      = "ShareTechMono"
49     textsize  = 0.04
50     colour    = "1.0, 1.0, 1.0, 1.0"
51     align     = "left"
52     caption   = "Players: "
53    />
54
55    <LastManStandingInfos
56     position  = "0.14, 0.055"
57     pickpoint = "0.0, 0.0"
58     font      = "ShareTechMono"
59     textsize  = 0.04
60     colour    = "1.0, 1.0, 1.0, 1.0"
61     align     = "left"
62
63     showlives     = false
64     showplayers     = true
65    />
66
67    <!--OverlayText
68     position  = "0.02, 0.07"
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    <OverlayText
78     position  = "0.022, 0.07"
79     pickpoint = "0.0, 0.0"
80     font      = "ShareTechMono"
81     textsize  = 0.04
82     colour    = "1.0, 1.0, 1.0, 1.0"
83     align     = "left"
84     caption   = "__________"
85    />
86
87    <OverlayText
88     position  = "0.1733, 0.038"
89     pickpoint = "0.0, 0.0"
90     font      = "ShareTechMono"
91     textsize  = 0.04
92     colour    = "1.0, 1.0, 1.0, 1.0"
93     align     = "left"
94     caption   = "|"
95    /-->
96
97  </OverlayGroup>
98</Template>
Note: See TracBrowser for help on using the repository browser.