Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/overlays/lastTeamStandingHUD.oxo @ 12177

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

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

File size: 1.1 KB
Line 
1<Template name="lastTeamStandingHUD">
2  <OverlayGroup name="lastTeamStandingHUD" scale = "1, 1">
3    <LastTeamStandingInfos
4     position  = "0.5, 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
11     showlives     = true
12     showteams     = false
13    />
14
15    <OverlayText
16     position  = "0.38, 0.02"
17     pickpoint = "0.0, 0.0"
18     font      = "ShareTechMono"
19     textsize  = 0.04
20     colour    = "1.0, 1.0, 1.0, 1.0"
21     align     = "left"
22     caption   = "Lives:   "
23    />
24
25    <OverlayText
26     position  = "0.38, 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.5, 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.