Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS14merge/data/overlays/DodgeRaceHUD.oxo @ 10256

Last change on this file since 10256 was 10237, checked in by landauf, 10 years ago

merged surfaceraceHS14 (but without all the strange stuff that happened to the invaders module in this branch)

File size: 815 bytes
RevLine 
[10116]1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6<Template name="DodgeRaceHUD">
7  <OverlayGroup name="DodgeRaceHUD" scale = "1, 1">
8
9    <OverlayText
10     position  = "0.02, 0.02"
11     pickpoint = "0.0, 0.0"
12     font      = "ShareTechMono"
13     textsize  = 0.04
14     colour    = "1.0, 1.0, 1.0, 1.0"
15     align     = "left"
16     caption   = "Points: "
17    />
18
19    <DodgeRaceHUDinfo
[10166]20     position  = "0.14, 0.02"
[10116]21     pickpoint = "0.0, 0.0"
22     font      = "ShareTechMono"
23     textsize  = 0.04
24     colour    = "1.0, 1.0, 1.0, 1.0"
25     align     = "left"
26
27     showpoints     = true
28    />
29
[10166]30   
[10116]31  </OverlayGroup>
32</Template>
33
34<Template name="spaceshiphud">
35  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
[10166]36   
[10116]37 </OverlayGroup>
38</Template>
Note: See TracBrowser for help on using the repository browser.