Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1598 was 1598, checked in by rgrieder, 16 years ago

scale, position, alignment and rotation work with overlays
Simply override virtual void size|position|angleChanged() method to have custom behavior

  • Property svn:eol-style set to native
File size: 443 bytes
Line 
1<HUD name="OrxonoxHUD">
2  <HUDSpeedBar name ="SpeedBar1" size=0.35,0.05 position=0.02,0.98 origin=0,1 value=0 />
3  <HUDFPSText name="FPSText" size = 0.043,0.043 position=-0.05,0.05 font="Monofur" caption="Frames per second: " />
4  <HUDRTRText name="RTRText" size = 0.043,0.043 position=-0.05,0.2 font="Monofur" caption="Render time ratio: " />
5  <Navigation name="Navigation" correctAspect=true font="Monofur" navmarkersize=0.03,0.03 />
6</HUD>
Note: See TracBrowser for help on using the repository browser.