Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ScriptableController_FS18/data/levels/templates/AAAAutonomousDroneTemplate.oxt @ 11999

Last change on this file since 11999 was 11999, checked in by adamc, 6 years ago

Spawning pawn works now, BUT still incompatible with moving spawned pawn

File size: 291 bytes
Line 
1<Template name=AAAAutonomousDroneTemplate>
2  <AAAAutonomousDrone>
3    <attached>
4      <Model scale="10" mesh="drone.mesh"/>
5    </attached>
6    <collisionShapes>
7      <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
8    </collisionShapes>
9  </AAAAutonomousDrone>
10</Template>
Note: See TracBrowser for help on using the repository browser.