Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2019, 3:58:39 PM (5 years ago)
Author:
cwaupoti
Message:

Mouse fixed on horizontal axis, added opponent with halth points, adjusted parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipGhost.oxt

    r11052 r12216  
    2323
    2424   lift = 1;
    25    stallSpeed = 220;
     25   stallSpeed = 100;
    2626
    2727   boostPower            = 30
     
    4545    </attached>
    4646    <collisionShapes>
    47       <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
    48       <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
    49       <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
    50       <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
    51       <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
    52       <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     47      <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" />
    5348    </collisionShapes>
    5449    <explosion >
     
    6459    </explosion>
    6560<?lua
    66   include("../includes/weaponSettingsGhost.oxi")
     61  include("../includes/weaponSettingsHover.oxi")
    6762?>
    6863  </SpaceShip>
     
    8378   boostfactor    = 2
    8479
    85    speedfront     = 600
     80   speedfront     =  25
    8681   speedback      =  50
    8782   speedleftright =  50
    88    speedupdown    =  50
     83   speedupdown    =  0
    8984
    9085   accelerationfront     = 1000
Note: See TracChangeset for help on using the changeset viewer.