Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FlappyOrx_HS17/data/overlays/FlappyOrxHUD.oxo @ 11561

Last change on this file since 11561 was 11533, checked in by merholzl, 7 years ago

point system in place

File size: 1.2 KB
Line 
1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6<Template name="FlappyOrxHUD">
7  <OverlayGroup name="FlappyOrxHUD" scale = "1, 1">
8   
9    <FlappyOrxHUDinfo
10     position  = "0.02, 0.01"
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
17     showlives     = false
18     showpoints     = true
19    />
20
21    <OverlayText
22     position  = "0.02, 0.02"
23     pickpoint = "0.0, 0.0"
24     font      = "ShareTechMono"
25     textsize  = 0.04
26     colour    = "1.0, 1.0, 1.0, 1.0"
27     align     = "left"
28     caption   = "Points: "
29    />
30    <!-- <FlappyOrxHUDinfo
31     position  = "0.14, 0.01"
32     pickpoint = "0.0, 0.0"
33     font      = "ShareTechMono"
34     textsize  = 0.04
35     colour    = "1.0, 1.0, 1.0, 1.0"
36     align     = "left"
37
38     showlives     = true
39     showpoints     = false
40    />
41
42    <OverlayText
43     position  = "0.14, 0.02"
44     pickpoint = "0.0, 0.0"
45     font      = "ShareTechMono"
46     textsize  = 0.04
47     colour    = "1.0, 1.0, 1.0, 1.0"
48     align     = "left"
49     caption   = "Lives: "
50    /> -->
51  </OverlayGroup>
52</Template>
Note: See TracBrowser for help on using the repository browser.