[Orxonox-commit 1624] r6342 - code/branches/presentation2/data/levels

decapitb at orxonox.net decapitb at orxonox.net
Sun Dec 13 19:00:33 CET 2009


Author: decapitb
Date: 2009-12-13 19:00:33 +0100 (Sun, 13 Dec 2009)
New Revision: 6342

Modified:
   code/branches/presentation2/data/levels/presentationHS09b.oxw
Log:
added Transporter to the level, not too happy with the result yet

Modified: code/branches/presentation2/data/levels/presentationHS09b.oxw
===================================================================
--- code/branches/presentation2/data/levels/presentationHS09b.oxw	2009-12-13 17:56:56 UTC (rev 6341)
+++ code/branches/presentation2/data/levels/presentationHS09b.oxw	2009-12-13 18:00:33 UTC (rev 6342)
@@ -8,6 +8,7 @@
   include("templates/spaceship_pirate.oxt")
   include("templates/spaceship_ghost.oxt")
   include("templates/spaceship_HXY.oxt")
+  include("templates/spaceship_Transporter.oxt")
 ?>
 
 <Level
@@ -99,7 +100,7 @@
         <Template link=spaceshipHXY />
       </templates>
       <controller>
-	<WaypointPatrolController name=ghost target=pirate alertnessradius=1000 team=0 active=false>
+	<WaypointPatrolController name=HXY target=pirate alertnessradius=1000 team=0 active=true>
           <waypoints>
             <StaticEntity position="0,0,0" />
           </waypoints>
@@ -109,7 +110,19 @@
 <?lua 
 end
 ?>
-    <AmbientSound ambientSource="Earth.ogg" loop="true" play="false">
+<SpaceShip position="2000,0,0" >
+      <templates>
+        <Template link=spaceshipTransporter />
+      </templates>
+      <controller>
+	<WaypointPatrolController name=ghost target=pirate alertnessradius=1000 team=0 active=true>
+          <waypoints>
+            <StaticEntity position="0,0,0" />
+          </waypoints>
+        </WaypointPatrolController>
+      </controller>
+</SpaceShip>
+<AmbientSound ambientSource="Earth.ogg" loop="true" play="false">
        <events>
           <activity>
 	     <DistanceTrigger position="2000,0,0" distance=500 target="Camera" />




More information about the Orxonox-commit mailing list