Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/overlays/teamBaseMatchHUD.oxo @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.