Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2018, 3:16:09 PM (6 years ago)
Author:
adamc
Message:

Fixed killing and moving of entities & commit issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_FS18/data/levels/BBBScriptableControllerTest.oxw

    r11928 r11932  
    3333
    3434
    35   <AAAAutonomousDrone id="Dummy" position="0,0,0" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
     35  <AAAAutonomousDrone id="dummy" position="0,0,0">
    3636    <attached>
    3737      <Model scale="10" mesh="drone.mesh"/>
    3838    </attached>
     39    <collisionShapes>
     40      <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
     41    </collisionShapes>
    3942  </AAAAutonomousDrone>
    4043   
Note: See TracChangeset for help on using the changeset viewer.