- Timestamp:
- Oct 12, 2015, 6:40:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/Campaign1.oxw
r10645 r10649 1 1 <LevelInfo 2 name = "Campaign Level"3 description = " A level with absolutely nothing in it."2 name = "CampaignHS15 1" 3 description = "Protect the transporter!" 4 4 tags = "mission" 5 screenshot = " emptylevel.png"5 screenshot = "missionOne.png" 6 6 /> 7 7 … … 19 19 include("templates/spaceshipSwallow.oxt") 20 20 include("templates/spaceshipTransporter.oxt") 21 include("templates/spaceshipTransporterSL.oxt")22 21 ?> 23 22 … … 33 32 > 34 33 34 <WorldAmbientSound source="Earth.ogg" looping="true" playOnLoad="true" /> 35 35 36 <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"/> 36 <SpawnPoint team=0 position=" -200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipTransporterSL/>37 <SpawnPoint team=0 position="0,-200,0" lookat="0,0,-50" spawnclass=SpaceShip pawndesign=spaceshipassff2 /> 37 38 39 <SpaceShip position="500,500,-200" lookat="-500,500,-200" team=0> 40 <templates> 41 <Template link=spaceshipTransporter /> 42 </templates> 43 <controller> 44 <WaypointController accuracy=10 team=0> 45 <waypoints> 46 <Model mesh="cube.mesh" scale=8 position="0,700,-200" /> 47 <Model mesh="cube.mesh" scale=8 position="500,500,-200" /> 48 <Model mesh="cube.mesh" scale=8 position="-500,500,-200" /> 49 </waypoints> 50 </WaypointController> 51 </controller> 52 </SpaceShip> 53 38 54 </Scene> 39 55 </Level>
Note: See TracChangeset
for help on using the changeset viewer.