Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

last commit

File size: 658 bytes
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
24
25  </OverlayGroup>
26</Template>
27
28
29
30<Template name="spectatorhud">
31  <OverlayGroup name = "spectatorhud" scale = "1, 1">
32  </OverlayGroup>
33</Template>
Note: See TracBrowser for help on using the repository browser.