Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2012/data/overlays/lastManStandingHUD.oxo @ 9243

Last change on this file since 9243 was 9243, checked in by landauf, 12 years ago

removed accidental svn:mergeinfo from r9241

  • Property svn:eol-style set to native
File size: 2.2 KB
RevLine 
[7637]1<Template name="LastmanstandingHUD">
2  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
3   
[7640]4 <!--GametypeStaticMessage
[7637]5   name     = "staticmessage"
6   position = "0.5, 0.01"
7   font     = "VeraMono"
8   caption  = ""
9   textsize = 0.033
10   colour   = "1.0, 1.0, 0.5, 1.0"
11   align    = "center"
[7640]12  /-->
[7637]13
14<GametypeFadingMessage
15     name     = "fadingmessage"
[7640]16     position = "0.5, 0.01"
[7637]17     font     = "VeraMono"
18     textsize = 0.04
19     colour   = "1.0, 1.0, 0.5, 1.0"
20     align    = "center"
21    />
[7640]22
23    <OverlayText
24     position  = "0.02, 0.02"
25     pickpoint = "0.0, 0.0"
26     font      = "ShareTechMono"
27     textsize  = 0.04
28     colour    = "1.0, 1.0, 1.0, 1.0"
29     align     = "left"
30     caption   = "Lives:   "
31    />
32
[7637]33    <LastManStandingInfos
[7644]34     position  = "0.14, 0.02"
[7637]35     pickpoint = "0.0, 0.0"
36     font      = "ShareTechMono"
37     textsize  = 0.04
[7640]38     colour    = "1.0, 1.0, 1.0, 1.0"
39     align     = "left"
[7637]40
41     showlives     = true
42     showplayers     = false
43    />
44
45    <OverlayText
[7640]46     position  = "0.02, 0.055"
[7637]47     pickpoint = "0.0, 0.0"
48     font      = "ShareTechMono"
49     textsize  = 0.04
50     colour    = "1.0, 1.0, 1.0, 1.0"
51     align     = "left"
[7640]52     caption   = "Players: "
[7637]53    />
54
[7640]55    <LastManStandingInfos
[7644]56     position  = "0.14, 0.055"
[7637]57     pickpoint = "0.0, 0.0"
58     font      = "ShareTechMono"
59     textsize  = 0.04
60     colour    = "1.0, 1.0, 1.0, 1.0"
61     align     = "left"
[7640]62
63     showlives     = false
64     showplayers     = true
[7637]65    />
66
[8178]67    <!--OverlayText
[7637]68     position  = "0.02, 0.07"
69     pickpoint = "0.0, 0.0"
70     font      = "ShareTechMono"
71     textsize  = 0.04
72     colour    = "1.0, 1.0, 1.0, 1.0"
73     align     = "left"
74     caption   = "__________|"
75    />
76
77    <OverlayText
78     position  = "0.022, 0.07"
79     pickpoint = "0.0, 0.0"
80     font      = "ShareTechMono"
81     textsize  = 0.04
82     colour    = "1.0, 1.0, 1.0, 1.0"
83     align     = "left"
84     caption   = "__________"
85    />
86
87    <OverlayText
88     position  = "0.1733, 0.038"
89     pickpoint = "0.0, 0.0"
90     font      = "ShareTechMono"
91     textsize  = 0.04
92     colour    = "1.0, 1.0, 1.0, 1.0"
93     align     = "left"
94     caption   = "|"
[8178]95    /-->
[7637]96
97  </OverlayGroup>
98</Template>
Note: See TracBrowser for help on using the repository browser.