Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/dynamicmatchhud.oxo @ 7163

Last change on this file since 7163 was 7163, checked in by dafrick, 14 years ago

Merged presentation3 branch into trunk.

  • Property svn:eol-style set to native
File size: 528 bytes
Line 
1<Template name="DynamicmatchHUD">
2  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
3   
4 <GametypeStaticMessage
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"
12  />
13
14<GametypeFadingMessage
15     name     = "fadingmessage"
16     position = "0.5, 0.05"
17     font     = "VeraMono"
18     textsize = 0.04
19     colour   = "1.0, 1.0, 0.5, 1.0"
20     align    = "center"
21    />
22  </OverlayGroup>
23</Template>
Note: See TracBrowser for help on using the repository browser.