Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/lastmanstanding/data/overlays/lastmanstandinghud.oxo @ 7637

Last change on this file since 7637 was 7637, checked in by landauf, 14 years ago

eol-style native

  • Property svn:eol-style set to native
File size: 1.9 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.05"
17     font     = "VeraMono"
18     textsize = 0.04
19     colour   = "1.0, 1.0, 0.5, 1.0"
20     align    = "center"
21    />
22    <LastManStandingInfos
23     position  = "0.63, 0.05"
24     pickpoint = "0.0, 0.0"
25     font      = "ShareTechMono"
26     textsize  = 0.04
27     colour    = "0.8, 0.8, 1.0, 1.0"
28     align     = "right"
29
30     showlives     = true
31     showplayers     = false
32    />
33
34    <OverlayText
35     position  = "0.02, 0.02"
36     pickpoint = "0.0, 0.0"
37     font      = "ShareTechMono"
38     textsize  = 0.04
39     colour    = "1.0, 1.0, 1.0, 1.0"
40     align     = "left"
41     caption   = "Lives:   "
42    />
43
44    <OverlayText
45     position  = "0.02, 0.055"
46     pickpoint = "0.0, 0.0"
47     font      = "ShareTechMono"
48     textsize  = 0.04
49     colour    = "1.0, 1.0, 1.0, 1.0"
50     align     = "left"
51     caption   = "Players: "
52    />
53
54    <OverlayText
55     position  = "0.02, 0.07"
56     pickpoint = "0.0, 0.0"
57     font      = "ShareTechMono"
58     textsize  = 0.04
59     colour    = "1.0, 1.0, 1.0, 1.0"
60     align     = "left"
61     caption   = "__________|"
62    />
63
64    <OverlayText
65     position  = "0.022, 0.07"
66     pickpoint = "0.0, 0.0"
67     font      = "ShareTechMono"
68     textsize  = 0.04
69     colour    = "1.0, 1.0, 1.0, 1.0"
70     align     = "left"
71     caption   = "__________"
72    />
73
74    <OverlayText
75     position  = "0.1733, 0.038"
76     pickpoint = "0.0, 0.0"
77     font      = "ShareTechMono"
78     textsize  = 0.04
79     colour    = "1.0, 1.0, 1.0, 1.0"
80     align     = "left"
81     caption   = "|"
82    />
83
84  </OverlayGroup>
85</Template>
Note: See TracBrowser for help on using the repository browser.