Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hud/bin/hud/hud.oxh @ 1588

Last change on this file since 1588 was 1588, checked in by rgrieder, 16 years ago
  • added XML loadable HUD
  • Radar and navi are not yet done
  • explanations follow with when things are finished
  • Property svn:eol-style set to native
File size: 348 bytes
Line 
1<HUD name="OrxonoxHUD">
2  <HUDSpeedBar name ="SpeedBar1" scale=0.35,0.2 scroll=-0.6,-1.0 value=0 />
3  <HUDFPSText name="FPSText" scale = 0.043,0.043 scroll=-0.93,0.9 font="Monofur" caption="Frames per second: " />
4  <HUDRTRText name="RTRText" visible=false scale = 0.043,0.043 scroll=-0.93,0.8 font="Monofur" caption="Render time ratio: " />
5</HUD>
Note: See TracBrowser for help on using the repository browser.