Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 12:09:31 AM (16 years ago)
Author:
rgrieder
Message:
  • added hud related files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/overlay/hud.oxo

    r5154 r5157  
    1 <OverlayGroup 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.03,0.03 font="Monofur" caption="Frames per second: " />
    4   <HUDRTRText name="RTRText" size = 0.043,0.043 position=0.03,0.06 font="Monofur" caption="Render time ratio: " />
     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 />
    56  <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 />
    68</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 TracChangeset for help on using the changeset viewer.