Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/overlays/lastManStandingHUD.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: 1.8 KB
Line 
1<Template name="LastmanstandingHUD">
2  <OverlayGroup name="LastmanstandingHUD" scale = "1, 1">
3    <LastManStandingInfos
4     position  = "0.14, 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     showplayers     = false
13    />
14    <OverlayText
15     position  = "0.02, 0.02"
16     pickpoint = "0.0, 0.0"
17     font      = "ShareTechMono"
18     textsize  = 0.04
19     colour    = "1.0, 1.0, 1.0, 1.0"
20     align     = "left"
21     caption   = "Lives:   "
22    />
23
24    <OverlayText
25     position  = "0.02, 0.055"
26     pickpoint = "0.0, 0.0"
27     font      = "ShareTechMono"
28     textsize  = 0.04
29     colour    = "1.0, 1.0, 1.0, 1.0"
30     align     = "left"
31     caption   = "Players: "
32    />
33
34    <LastManStandingInfos
35     position  = "0.14, 0.055"
36     pickpoint = "0.0, 0.0"
37     font      = "ShareTechMono"
38     textsize  = 0.04
39     colour    = "1.0, 1.0, 1.0, 1.0"
40     align     = "left"
41
42     showlives     = false
43     showplayers     = true
44    />
45
46    <!--OverlayText
47     position  = "0.02, 0.07"
48     pickpoint = "0.0, 0.0"
49     font      = "ShareTechMono"
50     textsize  = 0.04
51     colour    = "1.0, 1.0, 1.0, 1.0"
52     align     = "left"
53     caption   = "__________|"
54    />
55
56    <OverlayText
57     position  = "0.022, 0.07"
58     pickpoint = "0.0, 0.0"
59     font      = "ShareTechMono"
60     textsize  = 0.04
61     colour    = "1.0, 1.0, 1.0, 1.0"
62     align     = "left"
63     caption   = "__________"
64    />
65
66    <OverlayText
67     position  = "0.1733, 0.038"
68     pickpoint = "0.0, 0.0"
69     font      = "ShareTechMono"
70     textsize  = 0.04
71     colour    = "1.0, 1.0, 1.0, 1.0"
72     align     = "left"
73     caption   = "|"
74    /-->
75
76  </OverlayGroup>
77</Template>
Note: See TracBrowser for help on using the repository browser.