Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/teamBaseMatchHUD.oxo @ 7679

Last change on this file since 7679 was 7679, checked in by dafrick, 13 years ago

Renaming levelfiles (and some other) according to our new naming conventions which is using camelCase, without '_' or spaces.

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1<Template name="TeamBaseMatchHUD">
2  <OverlayGroup name="TeamBaseMatchHUD" scale = "1, 1">
3    <OverlayText
4     position  = "0.2, 0.05"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.04
8     colour    = "1.0, 0.5, 0.5, 1.0"
9     align     = "left"
10     caption   = "Red team"
11    />
12
13    <TeamBaseMatchScore
14     position  = "0.37, 0.05"
15     pickpoint = "0.0, 0.0"
16     font      = "ShareTechMono"
17     textsize  = 0.04
18     colour    = "1.0, 0.8, 0.8, 1.0"
19     align     = "left"
20
21     showleftteam  = true
22     showrightteam = false
23     showbases     = true
24     showscore     = false
25    />
26
27    <TeamBaseMatchScore
28     position  = "0.49, 0.05"
29     pickpoint = "0.0, 0.0"
30     font      = "ShareTechMono"
31     textsize  = 0.04
32     colour    = "1.0, 0.8, 0.8, 1.0"
33     align     = "right"
34
35     showleftteam  = true
36     showrightteam = false
37     showbases     = false
38     showscore     = true
39    />
40
41    <OverlayText
42     position  = "0.505, 0.05"
43     pickpoint = "0.0, 0.0"
44     font      = "ShareTechMono"
45     textsize  = 0.04
46     colour    = "0.8, 0.8, 0.8, 1.0"
47     align     = "center"
48
49     caption   = ":"
50    />
51
52    <TeamBaseMatchScore
53     position  = "0.51, 0.05"
54     pickpoint = "0.0, 0.0"
55     font      = "ShareTechMono"
56     textsize  = 0.04
57     colour    = "0.8, 0.8, 1.0, 1.0"
58     align     = "left"
59
60     showleftteam  = false
61     showrightteam = true
62     showbases     = false
63     showscore     = true
64    />
65
66    <TeamBaseMatchScore
67     position  = "0.63, 0.05"
68     pickpoint = "0.0, 0.0"
69     font      = "ShareTechMono"
70     textsize  = 0.04
71     colour    = "0.8, 0.8, 1.0, 1.0"
72     align     = "right"
73
74     showleftteam  = false
75     showrightteam = true
76     showbases     = true
77     showscore     = false
78    />
79
80    <OverlayText
81     position  = "0.8, 0.05"
82     pickpoint = "0.0, 0.0"
83     font      = "ShareTechMono"
84     textsize  = 0.04
85     colour    = "0.5, 0.5, 1.0, 1.0"
86     align     = "right"
87     caption   = "Blue team"
88    />
89  </OverlayGroup>
90</Template>
Note: See TracBrowser for help on using the repository browser.