Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_FS17/data/overlays/SOBHUD.oxo @ 11405

Last change on this file since 11405 was 11405, checked in by jkindle, 7 years ago

Added a HUD and type to QBlocks

File size: 2.4 KB
Line 
1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3  </OverlayGroup>
4</Template>
5
6<Template name="SOBHUD">
7  <OverlayGroup name="SOBHUD" 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   = "O R X O\n"
17    />
18    <SOBHUDInfo
19     position  = "0.02, 0.06"
20     pickpoint = "0.0, 0.0"
21     font      = "ShareTechMono"
22     textsize  = 0.045
23     colour    = "1.0, 1.0, 1.0, 1.0"
24     align     = "left"
25     type      = "Points"
26     
27    />
28
29
30
31    <SOBHUDInfo
32     position  = "0.22, 0.06"
33     pickpoint = "0.0, 0.0"
34     font      = "ShareTechMono"
35     textsize  = 0.045
36     colour    = "1.0, 1.0, 1.0, 1.0"
37     align     = "left"
38     type      = "Coins"
39     
40    />
41
42
43
44    <OverlayText
45     position  = "0.75, 0.02"
46     pickpoint = "0.0, 0.0"
47     font      = "ShareTechMono"
48     textsize  = 0.04
49     colour    = "1.0, 1.0, 1.0, 1.0"
50     align     = "middle"
51     caption   = "WORLD\n 1-1"
52    />
53
54
55
56
57
58
59    <OverlayText
60     position  = "0.98, 0.02"
61     pickpoint = "0.0, 0.0"
62     font      = "ShareTechMono"
63     textsize  = 0.04
64     colour    = "1.0, 1.0, 1.0, 1.0"
65     align     = "right"
66     caption   = "TIME\n"
67    />
68    <SOBHUDInfo
69     position  = "0.98, 0.06"
70     pickpoint = "0.0, 0.0"
71     font      = "ShareTechMono"
72     textsize  = 0.04
73     colour    = "1.0, 1.0, 1.0, 1.0"
74     align     = "right"
75     type      = "Time"
76 
77    />
78
79   
80
81   
82
83   
84  </OverlayGroup>
85</Template>
86
87
88<Template name="spaceshiphud">
89  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
90    <HUDHealthBar
91     name              = "HealthBar1"
92     background        = "Orxonox/HealthBarBackground"
93     size              = "0.35, 0.0875"
94     position          = "0.0 , 0.9 "
95     pickpoint         = "0, 1"
96     bartexture        = "healthbar_bar.png"
97     textfont          = "VeraMono"
98     textusebarcolour  = true
99     textscale          = 0.4
100     textoffset        = "0.325, -0.825"
101     textpickpoint     = "0, 0"
102     textalign         = "right"
103     correctaspect     = true
104     iconmaterial      = "Orxonox/BarIconHealth"
105    >
106      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
107      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
108      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
109    </HUDHealthBar>
110 </OverlayGroup>
111</Template>
Note: See TracBrowser for help on using the repository browser.