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 = "center" |
---|
51 | caption = "WORLD\n1-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 | <SOBHUDInfo |
---|
82 | position = "0.55,0.5" |
---|
83 | pickpoint = "0.5, 0.5" |
---|
84 | textposition = "0.5, 0.5" |
---|
85 | textpickpoint = "0.5, 0.5" |
---|
86 | font = "ShareTechMono" |
---|
87 | textsize = 0.07 |
---|
88 | colour = "1.0, 1.0, 1.0, 1.0" |
---|
89 | align = "center" |
---|
90 | type = "Info" |
---|
91 | |
---|
92 | /> |
---|
93 | |
---|
94 | |
---|
95 | |
---|
96 | </OverlayGroup> |
---|
97 | </Template> |
---|
98 | |
---|
99 | |
---|
100 | <Template name="spaceshiphud"> |
---|
101 | <OverlayGroup name = "spaceshiphud" scale = "1, 1"> |
---|
102 | <HUDHealthBar |
---|
103 | name = "HealthBar1" |
---|
104 | background = "Orxonox/HealthBarBackground" |
---|
105 | size = "0.35, 0.0875" |
---|
106 | position = "0.0 , 0.9 " |
---|
107 | pickpoint = "0, 1" |
---|
108 | bartexture = "healthbar_bar.png" |
---|
109 | textfont = "VeraMono" |
---|
110 | textusebarcolour = true |
---|
111 | textscale = 0.4 |
---|
112 | textoffset = "0.325, -0.825" |
---|
113 | textpickpoint = "0, 0" |
---|
114 | textalign = "right" |
---|
115 | correctaspect = true |
---|
116 | iconmaterial = "Orxonox/BarIconHealth" |
---|
117 | > |
---|
118 | <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> |
---|
119 | <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> |
---|
120 | <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> |
---|
121 | </HUDHealthBar> |
---|
122 | </OverlayGroup> |
---|
123 | </Template> |
---|