Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 12373 was 12370, checked in by ahuwyler, 6 years ago

We have new template

File size: 901 bytes
RevLine 
[12268]1<Template name="OrxoBloxHUD">
2  <OverlayGroup name="OrxoBloxHUD" scale = "1, 1">
3    <OrxoBloxScore
[12359]4     position  = "0.9, 0.2"
[12268]5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
[12359]7     textsize  = 0.05
[12268]8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "left"
10    />
11
12    <OverlayText
[12359]13     position  = "0.7, 0.20"
[12268]14     pickpoint = "0.0, 0.0"
15     font      = "ShareTechMono"
[12359]16     textsize  = 0.05
[12268]17     colour    = "1.0, 1.0, 1.0, 1.0"
18     align     = "left"
19
[12359]20     caption   = "Points: "
[12268]21    />
22
[12370]23
[12268]24  </OverlayGroup>
25</Template>
[12370]26<Template name="spaceshiphud">
27  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
28    <HUDNavigation
29     name          = "Navigation"
30     correctaspect = true
31     font          = "Monofur"
32     textsize      = 0
33     navMarkerSize = 0.06
34     aimMarkerSize = 0
35     healthMarkerSize = 0
36     healthLevelMarkerSize = 0
37    />
38  </OverlayGroup>
39</Template>
Note: See TracBrowser for help on using the repository browser.