Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1595 was 1595, checked in by rgrieder, 16 years ago
  • removed conversion functions in String.h
  • you can use convertToString and convertFromString from Convert.h as shortcuts
  • added "true", "false", "on", "off", "yes" and "no" as boolean values to the Converter
  • Conversion bool —> string newly gives "true" or "false"
  • HUDOverlay can deal with the aspect ratio, e.g. circles stay circles when resizing
  • the rest isn't yet finished: svn save ;)
  • Property svn:eol-style set to native
File size: 424 bytes
Line 
1<HUD name="OrxonoxHUD">
2  <HUDSpeedBar name ="SpeedBar1" size=0.35,0.2 scroll=-0.6,-1.0 value=0 />
3  <HUDFPSText name="FPSText" size = 0.043,0.043 scroll=-0.93,0.9 font="Monofur" caption="Frames per second: " />
4  <HUDRTRText name="RTRText" size = 0.043,0.043 scroll=-0.93,0.8 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.