Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

death message initiated

File size: 1.4 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     showpoints     = true
18    />
19
20    <FlappyOrxHUDinfo
21     position  = "0.02, 0.01"
22     pickpoint = "0.0, 0.0"
23     font      = "ShareTechMono"
24     textsize  = 0.04
25     colour    = "1.0, 1.0, 1.0, 1.0"
26     align     = "left"
27
28     showmessage     = true
29    />
30
31    <OverlayText
32     position  = "0.02, 0.02"
33     pickpoint = "0.0, 0.0"
34     font      = "ShareTechMono"
35     textsize  = 0.04
36     colour    = "1.0, 1.0, 1.0, 1.0"
37     align     = "left"
38     caption   = "Score: "
39    />
40    <!-- <FlappyOrxHUDinfo
41     position  = "0.14, 0.01"
42     pickpoint = "0.0, 0.0"
43     font      = "ShareTechMono"
44     textsize  = 0.04
45     colour    = "1.0, 1.0, 1.0, 1.0"
46     align     = "left"
47
48     showlives     = true
49     showpoints     = false
50    />
51
52    <OverlayText
53     position  = "0.14, 0.02"
54     pickpoint = "0.0, 0.0"
55     font      = "ShareTechMono"
56     textsize  = 0.04
57     colour    = "1.0, 1.0, 1.0, 1.0"
58     align     = "left"
59     caption   = "Lives: "
60    /> -->
61  </OverlayGroup>
62</Template>
Note: See TracBrowser for help on using the repository browser.