Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2009, 4:19:47 PM (15 years ago)
Author:
vmikos
Message:

Endversion TeamBaseMatch

File:
1 edited

Legend:

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

    r5452 r5484  
    2525
    2626    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
     27
     28
     29<Drone primaryThrust="100" auxilaryThrust="30" rotationThrust="10"
     30
     31mass = 50
     32linearDamping = 0.9
     33angularDamping = 0.7
     34
     35
     36>
     37  <attached>
     38    <Model scale="10" mesh="drone.mesh"/>
     39  </attached>
     40  <collisionShapes>
     41    <BoxCollisionShape position="0,0,0"      halfExtents="10, 10, 10" />
     42  </collisionShapes>
     43</Drone>
     44
     45
    2746
    2847
Note: See TracChangeset for help on using the changeset viewer.