Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2018, 4:04:14 PM (6 years ago)
Author:
adamc
Message:

can

File:
1 edited

Legend:

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

    r11936 r11974  
    1616  include("templates/spaceshipEscort.oxt")
    1717  include("templates/endurancetest_template.oxt")
     18  include("templates/AAAAutonomousDroneTemplate.oxt")
    1819?>
    1920
     
    3132    <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"/>
    3233    <SpawnPoint team=0 position="100,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     34    <!-- <SpawnPoint team=2 position="0,0,0" lookat="0,0,0" spawnclass=AAAAutonomousDrone pawndesign=AAAAutonomousDroneTemplate />  -->
     35   
    3336
    34 
    35   <AAAAutonomousDrone id="dummy" position="0,0,0">
    36     <attached>
    37       <Model scale="10" mesh="drone.mesh"/>
    38     </attached>
    39     <collisionShapes>
    40       <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />
    41     </collisionShapes>
    42   </AAAAutonomousDrone>
    4337   
    4438 
Note: See TracChangeset for help on using the changeset viewer.