Last change
on this file since 11801 was
11781,
checked in by landauf, 7 years ago
|
eol-style native (no changes in code)
|
-
Property svn:eol-style set to
native
|
File size:
1.5 KB
|
Line | |
---|
1 | <Template name="spectatorhud"> |
---|
2 | <OverlayGroup name = "spectatorhud" scale = "1, 1"> |
---|
3 | </OverlayGroup> |
---|
4 | </Template> |
---|
5 | <Template name="FlappyOrxHUD"> |
---|
6 | <OverlayGroup name="FlappyOrxHUD" scale = "1, 1"> |
---|
7 | |
---|
8 | <FlappyOrxHUDinfo |
---|
9 | position = "0.02, 0.01" |
---|
10 | pickpoint = "0.0, 0.0" |
---|
11 | font = "ShareTechMono" |
---|
12 | textsize = 0.04 |
---|
13 | colour = "1.0, 1.0, 1.0, 1.0" |
---|
14 | align = "left" |
---|
15 | |
---|
16 | showpoints = true |
---|
17 | /> |
---|
18 | |
---|
19 | <FlappyOrxHUDinfo |
---|
20 | position = "0.5, 0.5" |
---|
21 | pickpoint = "0.0, 0.0" |
---|
22 | font = "ShareTechMono" |
---|
23 | textsize = 0.04 |
---|
24 | colour = "1.0, 0.0, 0.0, 1.0" |
---|
25 | align = "center" |
---|
26 | |
---|
27 | showmessage = true |
---|
28 | messageID = 0 |
---|
29 | |
---|
30 | /> |
---|
31 | |
---|
32 | <FlappyOrxHUDinfo |
---|
33 | position = "0.5, 0.6" |
---|
34 | pickpoint = "0.0, 0.0" |
---|
35 | font = "ShareTechMono" |
---|
36 | textsize = 0.04 |
---|
37 | colour = "1.0, 1.0, 1.0, 1.0" |
---|
38 | align = "center" |
---|
39 | |
---|
40 | showmessage = true |
---|
41 | messageID = 1 |
---|
42 | /> |
---|
43 | <FlappyOrxHUDinfo |
---|
44 | position = "0.5, 0.65" |
---|
45 | pickpoint = "0.0, 0.0" |
---|
46 | font = "ShareTechMono" |
---|
47 | textsize = 0.04 |
---|
48 | colour = "1.0, 1.0, 1.0, 1.0" |
---|
49 | align = "center" |
---|
50 | |
---|
51 | showmessage = true |
---|
52 | messageID = 2 |
---|
53 | /> |
---|
54 | <FlappyOrxHUDinfo |
---|
55 | position = "0.5, 0.7" |
---|
56 | pickpoint = "0.0, 0.0" |
---|
57 | font = "ShareTechMono" |
---|
58 | textsize = 0.04 |
---|
59 | colour = "1.0, 1.0, 1.0, 1.0" |
---|
60 | align = "center" |
---|
61 | |
---|
62 | showmessage = true |
---|
63 | messageID = 3 |
---|
64 | |
---|
65 | /> |
---|
66 | |
---|
67 | |
---|
68 | </OverlayGroup> |
---|
69 | </Template> |
---|
Note: See
TracBrowser
for help on using the repository browser.