Changeset 1595 for code/branches/hud/bin
- Timestamp:
- Jun 12, 2008, 10:42:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/bin/hud/hud.oxh
r1590 r1595 1 1 <HUD name="OrxonoxHUD"> 2 <HUDSpeedBar name ="SpeedBar1" s cale=0.35,0.2 scroll=-0.6,-1.0 value=0 />3 <HUDFPSText name="FPSText" s cale = 0.043,0.043 scroll=-0.93,0.9 font="Monofur" caption="Frames per second: " />4 <HUDRTRText name="RTRText" s cale = 0.043,0.043 scroll=-0.93,0.8 font="Monofur" caption="Render time ratio: " />5 <Navigation name="Navigation" font="Monofur" navmarkersize=0.03,0.03 />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 6 </HUD>
Note: See TracChangeset
for help on using the changeset viewer.