Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 9:26:18 AM (5 years ago)
Author:
kunzro
Message:

HUD fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/data/levels/templates/wagnisCursor.oxt

    r12133 r12136  
    22  <SpaceShip
    33   hudtemplate            = WagnisHUD
    4    camerapositiontemplate = spaceshipassffcameras
    5    spawnparticlesource    = "Orxonox/fairytwirl"
    6    spawnparticleduration  = 3
    7 
    8    health            = 100
    9    maxhealth         = 200
    10    initialhealth     = 100
    11 
    12    shieldhealth        = 30
    13    initialshieldhealth = 30
    14    maxshieldhealth     = 50
    15    shieldabsorption    = 0.8f
    16    shieldrechargerate  = 1
    17    shieldrechargewaittime = 1
    18 
    19    primaryThrust     = 0
    20    auxilaryThrust    = 0
    21    rotationThrust    = 0
    22 
    23    lift = 1;
    24    stallSpeed = 0;
    25 
    26    boostPower            = 0
    27    boostPowerRate        = 0
    28    boostRate             = 0
    29    boostCooldownDuration = 0
    30 
    31    shakeFrequency = 15
    32    shakeAmplitude = 9
    33 
    34    collisionType     = "dynamic"
    35    mass              = 100
    36    linearDamping     = 0.7
    37    angularDamping    = 0.9999999
    38 
    39    explosionSound = "sounds/Explosion2.ogg"
    404  >
    415
Note: See TracChangeset for help on using the changeset viewer.