Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5367


Ignore:
Timestamp:
Dec 16, 2008, 7:15:44 PM (15 years ago)
Author:
rgrieder
Message:

added space ship collision shape.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/spaceshiptemplates_presentation.oxw

    r5363 r5367  
    2727    </attached>
    2828    <collisionShapes>
    29       <SphereCollisionShape radius=20/>
     29      <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
     30      <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
     31      <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
     32      <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
     33      <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
     34      <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
    3035    </collisionShapes>
    3136  </SpaceShip>
Note: See TracChangeset for help on using the changeset viewer.