Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo @ 12382

Last change on this file since 12382 was 12382, checked in by ahuwyler, 5 years ago

jetzt laufts?

File size: 1.2 KB
Line 
1<Template name="OrxoBloxHUD">
2  <OverlayGroup name="OrxoBloxHUD" scale = "1, 1">
3    <OrxoBloxScore
4     position  = "0.9, 0.2"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.05
8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "left"
10    />
11
12    <OverlayText
13     position  = "0.7, 0.20"
14     pickpoint = "0.0, 0.0"
15     font      = "ShareTechMono"
16     textsize  = 0.05
17     colour    = "1.0, 1.0, 1.0, 1.0"
18     align     = "left"
19
20     caption   = "Points: "
21    />
22
23    <OverlayText
24     position  = "0.7, 0.20"
25     pickpoint = "0.0, 0.0"
26     font      = "ShareTechMono"
27     textsize  = 0.05
28     colour    = "1.0, 1.0, 1.0, 1.0"
29     align     = "left"
30     
31    />
32
33
34  </OverlayGroup>
35</Template>
36<Template name="spaceshiphud">
37  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
38    <HUDNavigation
39     name          = "Navigation"
40     correctaspect = true
41     font          = "Monofur"
42     textsize      = 0
43     navMarkerSize = 0.06
44     aimMarkerSize = 0
45     healthMarkerSize = 0
46     healthLevelMarkerSize = 0
47    />
48  </OverlayGroup>
49</Template>
50
51
52<Template name="spectatorhud">
53  <OverlayGroup name = "spectatorhud" scale = "1, 1">
54  </OverlayGroup>
55</Template>
Note: See TracBrowser for help on using the repository browser.