Changeset 11936 for code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw
- Timestamp:
- May 3, 2018, 4:01:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw
r11928 r11936 1 1 <LevelInfo 2 2 name = "AAAScriptableControllerTest" 3 description = " A level with absolutely nothing in it."3 description = "Demonstrates moving and killing a drone by use of a script." 4 4 tags = "test" 5 5 screenshot = "emptylevel.png" … … 30 30 31 31 <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 <SpawnPoint team=0 position=" -200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />32 <SpawnPoint team=0 position="100,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 33 33 34 34 35 <ModularSpaceShip id="Station" velocity= "0,0,0" position="50000000,0,0" lookat= "0,0,0" health="500" maxhealth="500" initialhealth="500"> 36 <templates> 37 <Template link=endurance /> 38 </templates> 39 </ModularSpaceShip> 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> 40 43 44 45 46 41 47 </Scene> 42 48 </Level>
Note: See TracChangeset
for help on using the changeset viewer.