Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2016, 3:53:28 PM (9 years ago)
Author:
tgidron
Message:

New Level Up

Location:
code/branches/tgidronFS16/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/data/levels/templates/spaceshipHover.oxt

    r11052 r11151  
    1818   reloadwaittime      = 0.5
    1919
    20    primaryThrust     = 200
    21    auxilaryThrust    = 30
    22    rotationThrust    = 25
     20   primaryThrust     = 100
     21   auxilaryThrust    = 1
     22   rotationThrust    = 30
    2323
    2424   jumpBoost = 90
     
    3333
    3434   collisionType     = "dynamic"
    35    mass              = 100
     35   mass              = 1000
    3636   linearDamping     = 0.2
    3737   angularDamping    = 0.9999999
     
    7979   boostfactor    = 2
    8080
    81    speedfront     = 90
     81   speedfront     = 120
    8282   speedback      =  40
    8383   speedleftright =  40
     
    8686   accelerationfront     = 500
    8787   accelerationbrake     = 500
    88    accelerationback      =  125
     88   accelerationback      =  250
    8989   accelerationleftright =  125
    9090   accelerationupdown    =  125
  • code/branches/tgidronFS16/data/overlays/HoverHUD.oxo

    r11052 r11151  
    3939     iconmaterial      = "Orxonox/BarIconHealth"
    4040    >
     41
    4142      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
    4243      <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
    4344      <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
    4445    </HUDHealthBar>
     46
     47
     48    <HUDNavigation
     49     name          = "Navigation"
     50     correctaspect = true
     51     font          = "Monofur"
     52     textsize      = 0.02
     53     navMarkerSize = 0.03
     54     aimMarkerSize = 0.02
     55    />
     56
    4557 </OverlayGroup>
    4658</Template>
Note: See TracChangeset for help on using the changeset viewer.