Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/hudtemplates.oxw @ 5241

Last change on this file since 5241 was 5241, checked in by landauf, 15 years ago

added spaceship

File size: 1.7 KB
Line 
1<Template name="spectatorhud">
2  <OverlayGroup name = "spectatorhud" scale = "1, 1">
3    <OverlayText
4     name     = "state"
5     position = "0.5, 0.85"
6     font     = "VeraMono"
7     caption  = "Press [Fire] to start the match"
8     textSize = 0.05
9     colour   = "1.0, 1.0, 0.0, 0.8"
10     align    = "center"
11    />
12
13    <ChatOverlay
14     name     = "chat"
15     position = "0.03, 0.5"
16     font     = "VeraMono"
17     caption  = ""
18     textSize = 0.025
19    />
20  </OverlayGroup>
21</Template>
22
23<Template name="spaceshiphud">
24  <OverlayGroup name = "HUD" scale = "1, 1">
25    <HUDSpeedBar
26     name       = "SpeedBar1"
27     background = "Orxonox/BarBackground"
28     size       = "0.35, 0.05"
29     position   = "0.0 , 1.0 "
30     pickPoint  = "0, 1"
31     value      = 0
32    >
33      <BarColour position = 0.7 colour = "0.2,0.7,0.2" />
34      <BarColour position = 0.4 colour = "0.7,0.5,0.2" />
35      <BarColour position = 0.1 colour = "0.7,0.2,0.2" />
36    </HUDSpeedBar>
37
38    <HUDNavigation
39     name          = "Navigation"
40     correctAspect = true
41     font          = "Monofur"
42     textSize      = 0.05
43     navMarkerSize = 0.03
44     aimMarkerSize = 0.04
45    />
46
47    <HUDRadar
48     name          = "Radar"
49     background    = "Orxonox/Radar"
50     correctAspect = true
51     size          = "0.17, 0.17"
52     position      = "0.5, 1.0"
53     pickPoint     = "0.5, 1.0"
54     rotation      = 0
55     sensitivity   = 1.0
56     halfDotSizeDistance = 3000
57     maximumDotSize      = 0.1
58    />
59
60    <ChatOverlay
61     name     = "chat"
62     position = "0.03, 0.5"
63     font     = "VeraMono"
64     caption  = ""
65     textSize = 0.025
66    />
67  </OverlayGroup>
68</Template>
Note: See TracBrowser for help on using the repository browser.