Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Merge_HS18/data/overlays/WagnisHUD.oxo @ 12184

Last change on this file since 12184 was 12184, checked in by merholzl, 5 years ago

Wagnis Merge

File size: 602 bytes
Line 
1<Template name="WagnisHUD">
2  <OverlayGroup name = "WagnisHuD" scale = "100, 100"> 
3   
4    <WagnisHUD
5     name          = "Navigation"
6     correctaspect = true
7     font          = "Monofur"
8     textsize      = 0.02
9     navMarkerSize = 0.05
10     aimMarkerSize = 0.02
11     healthMarkerSize = 0
12     healthLevelMarkerSize = 0
13    />
14
15      <WagnisHUDinfo
16       name      = "descr1"
17       position  = "0.2, 0.08"
18       pickpoint = "0, 1"
19       font      = "Monofur"
20       caption   = "player name"
21       colour    = "1, 1, 1, 1"
22       textsize  = 0.06
23      />
24
25  </OverlayGroup>
26</Template>
Note: See TracBrowser for help on using the repository browser.