Changeset 11974 for code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw
- Timestamp:
- May 17, 2018, 4:04:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw
r11936 r11974 16 16 include("templates/spaceshipEscort.oxt") 17 17 include("templates/endurancetest_template.oxt") 18 include("templates/AAAAutonomousDroneTemplate.oxt") 18 19 ?> 19 20 … … 31 32 <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"/> 32 33 <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 33 36 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>43 37 44 38
Note: See TracChangeset
for help on using the changeset viewer.