Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5246 was 5246, checked in by landauf, 16 years ago

added camerapositions

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