Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/dynamicmatch/data/overlays/dynamicmatchhud.oxo @ 6954

Last change on this file since 6954 was 6954, checked in by jo, 14 years ago

uploading new created files

File size: 541 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  = "Instructions"
9   textsize = 0.035
10   colour   = "1.0, 1.0, 0.5, 1.0"
11   align    = "center"
12  />
13
14<GametypeFadingMessage
15     name     = "fadingmessage"
16     position = "0.25, 0.5"
17     font     = "VeraMono"
18     textsize = 0.035
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.