Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2012merge/data/overlays/lastTeamStandingHUD.oxo @ 9300

Last change on this file since 9300 was 9300, checked in by jo, 12 years ago

Fixed LastTeamStanding HUD and level.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1<Template name="lastTeamStandingHUD">
2  <OverlayGroup name="lastTeamStandingHUD" scale = "1, 1">
3    <OverlayText
4     position  = "0.02, 0.02"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.04
8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "left"
10     caption   = "Lives:   "
11    />
12
13    <LastTeamStandingInfos
14     position  = "0.14, 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
21     showlives     = true
22     showteams     = false
23    />
24
25    <OverlayText
26     position  = "0.02, 0.055"
27     pickpoint = "0.0, 0.0"
28     font      = "ShareTechMono"
29     textsize  = 0.04
30     colour    = "1.0, 1.0, 1.0, 1.0"
31     align     = "left"
32     caption   = "Teams: "
33    />
34
35    <LastTeamStandingInfos
36     position  = "0.14, 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
43     showlives     = false
44     showteams     = true
45    />
46
47  </OverlayGroup>
48</Template>
Note: See TracBrowser for help on using the repository browser.