[Orxonox-commit 5986] r10645 - code/branches/campaignHS15/data/levels

bhatiab at orxonox.net bhatiab at orxonox.net
Mon Oct 12 15:14:47 CEST 2015


Author: bhatiab
Date: 2015-10-12 15:14:46 +0200 (Mon, 12 Oct 2015)
New Revision: 10645

Modified:
   code/branches/campaignHS15/data/levels/Campaign1.oxw
Log:
Added Transporter to level...

Modified: code/branches/campaignHS15/data/levels/Campaign1.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-12 13:06:36 UTC (rev 10644)
+++ code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-12 13:14:46 UTC (rev 10645)
@@ -1,7 +1,7 @@
 <LevelInfo
- name = "Empty level"
+ name = "Campaign Level"
  description = "A level with absolutely nothing in it."
- tags = "test"
+ tags = "mission"
  screenshot = "emptylevel.png"
 />
 
@@ -17,9 +17,11 @@
   include("templates/spaceshipEscort.oxt")
   include("templates/spaceshipRing.oxt")
   include("templates/spaceshipSwallow.oxt")
+  include("templates/spaceshipTransporter.oxt")
+  include("templates/spaceshipTransporterSL.oxt")
 ?>
 
-<Level>
+<Level gametype     = "Mission">
   <templates>
     <Template link=lodtemplate_default />
   </templates>
@@ -31,7 +33,7 @@
   >
 
     <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"/>
-    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
+    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipTransporterSL />
     
   </Scene>
 </Level>




More information about the Orxonox-commit mailing list