Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/lastmanstanding2/data/overlays/lastTeamStandingHUD.oxo @ 7697

Last change on this file since 7697 was 7697, checked in by dafrick, 14 years ago

Manually merging changes in lastmanstanding branch to lastmanstanding2 branch.
Please continue here, since the lastmanstanding branch has already been merged.

File size: 2.0 KB
Line 
1<Template name="LastteamstandingHUD">
2  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
3
4<GametypeFadingMessage
5     name     = "fadingmessage"
6     position = "0.5, 0.01"
7     font     = "VeraMono"
8     textsize = 0.04
9     colour   = "1.0, 1.0, 0.5, 1.0"
10     align    = "center"
11    />
12
13    <OverlayText
14     position  = "0.02, 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     caption   = "Lives:   "
21    />
22
23    <LastTeamStandingInfos
24     position  = "0.14, 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
31     showlives     = true
32     showplayers     = false
33    />
34
35    <OverlayText
36     position  = "0.02, 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     caption   = "Players: "
43    />
44
45    <LastTeamStandingInfos
46     position  = "0.14, 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
53     showlives     = false
54     showplayers     = true
55    />
56
57    <OverlayText
58     position  = "0.02, 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.022, 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.1733, 0.038"
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  </OverlayGroup>
88</Template>
Note: See TracBrowser for help on using the repository browser.