Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 3, 2011, 4:26:30 PM (13 years ago)
Author:
dafrick
Message:

Removing all the solution stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/data/levels/tutorial.oxw

    r8012 r8014  
    3434   
    3535    <!-- TODO: Insert drone here. -->
    36     <AutonomousDrone primaryThrust=100 auxilaryThrust=30 rotationThrust=25 collisionType="dynamic" mass = 50 linearDamping = 0.9 angularDamping = 0.7>
    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     </AutonomousDrone>
    4436
    4537  </Scene>
Note: See TracChangeset for help on using the changeset viewer.