Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/overlay/hud.oxo @ 5157

Last change on this file since 5157 was 5157, checked in by rgrieder, 16 years ago
  • added hud related files
  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1<OverlayGroup name="HUD" scale=1,1>
2  <HUDSpeedBar name ="SpeedBar1" background="Orxonox/BarBackground" size=0.35,0.05 position=0.0,0.0 origin=0,0 value=0 />
3  <HUDSpeedBar name ="SpeedBar2" background="Orxonox/BarBackground" size=0.35,0.05 position=1.0,0.0 origin=1,0 value=0 />
4  <HUDSpeedBar name ="SpeedBar3" background="Orxonox/BarBackground" size=0.35,0.05 position=0.0,1.0 origin=0,1 value=0 />
5  <HUDSpeedBar name ="SpeedBar4" background="Orxonox/BarBackground" size=0.35,0.05 position=1.0,1.0 origin=1,1 value=0 />
6  <HUDNavigation name="Navigation" correctAspect=true font="Monofur" navmarkersize=0.03,0.03 />
7  <HUDRadar name ="Radar" background="Orxonox/Radar" correctAspect=true size=0.17,0.17 position=0.5,1 origin=0.5,1 rotation=0 />
8</OverlayGroup>
9
10<OverlayGroup name="Debug" scale=1,1>
11  <HUDFPSText name="FPSText" textSize = 0.043 position=0.03,0.03 font="Monofur" caption="Frames per second: " />
12  <HUDRTRText name="RTRText" textSize = 0.043 position=0.03,0.06 font="Monofur" caption="Render time ratio: " />
13</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.