Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/overlays/OrxyRoadHUD.oxo @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 812 bytes
Line 
1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6<Template name="OrxyRoadHUD">
7  <OverlayGroup name="OrxyRoadHUD" 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    <OrxyRoadHUDinfo
20     position  = "0.14, 0.02"
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
30   
31  </OverlayGroup>
32</Template>
33
34<Template name="spaceshiphud">
35  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
36   
37 </OverlayGroup>
38</Template>
Note: See TracBrowser for help on using the repository browser.