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
RevLine 
[11505]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">
[11533]8   
[11505]9    <FlappyOrxHUDinfo
[11533]10     position  = "0.02, 0.01"
[11505]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
[11533]17     showpoints     = true
[11505]18    />
[11533]19
[11563]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
[11505]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"
[11563]38     caption   = "Score: "
[11505]39    />
[11533]40    <!-- <FlappyOrxHUDinfo
41     position  = "0.14, 0.01"
[11505]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
[11533]48     showlives     = true
[11505]49     showpoints     = false
50    />
51
52    <OverlayText
[11533]53     position  = "0.14, 0.02"
[11505]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"
[11533]59     caption   = "Lives: "
60    /> -->
[11505]61  </OverlayGroup>
62</Template>
Note: See TracBrowser for help on using the repository browser.