Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FlappyOrx_HS17/data/overlays/FlappyHUD.oxo @ 11481

Last change on this file since 11481 was 11481, checked in by pascscha, 7 years ago

Empty Game

File size: 452 bytes
RevLine 
[11481]1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6<Template name="FlappyHUD">
7  <OverlayGroup name="FlappyHUD" 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   = "Distance:   "
17    />
18
19</OverlayGroup>
20</Template>
Note: See TracBrowser for help on using the repository browser.