Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS18/data/overlays/PacmanHUD.oxo @ 11958

Last change on this file since 11958 was 11958, checked in by dreherm, 6 years ago

HUD test 1

File size: 456 bytes
Line 
1<Template name="spectatorhud">
2  <OverlayGroup name = "spectator" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5<Template name="PacmanHUD">
6  <OverlayGroup name="PacmanHUD" scale = "1, 1">
7   
8    <PacmanHUDinfo
9     position  = "0.02, 0.01"
10     pickpoint = "0.0, 0.0"
11     font      = "ShareTechMono"
12     textsize  = 0.04
13     colour    = "1.0, 1.0, 1.0, 1.0"
14     align     = "left"
15
16     showpoints     = true
17    />
18   
19  </OverlayGroup>
20</Template>
Note: See TracBrowser for help on using the repository browser.