[Orxonox-commit 4620] r9291 - code/branches/presentation2012merge/data/levels

landauf at orxonox.net landauf at orxonox.net
Sun Jun 10 23:02:29 CEST 2012


Author: landauf
Date: 2012-06-10 23:02:29 +0200 (Sun, 10 Jun 2012)
New Revision: 9291

Modified:
   code/branches/presentation2012merge/data/levels/pickups.oxw
Log:
moved box which was on top of the spawn point

Modified: code/branches/presentation2012merge/data/levels/pickups.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/pickups.oxw	2012-06-10 21:01:40 UTC (rev 9290)
+++ code/branches/presentation2012merge/data/levels/pickups.oxw	2012-06-10 21:02:29 UTC (rev 9291)
@@ -228,7 +228,7 @@
     </PickupSpawner>
     
     <!-- @Objects: 4 boxes (uncontrolled pawns) -->
-    <Pawn team=1 health=30 position="0,0,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 4" >
+    <Pawn team=1 health=30 position="0,100,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 4" >
         <events>
           <visibility>
             <EventListener event="flying4" />
@@ -242,7 +242,7 @@
         </collisionShapes>
     </Pawn>
 
-    <Pawn team=1 health=30 position="0,100,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 3">
+    <Pawn team=1 health=30 position="0,200,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 3">
         <events>
           <visibility>
             <EventListener event="flying4" />
@@ -256,7 +256,7 @@
         </collisionShapes>
     </Pawn>
 
-    <Pawn health=30 position="0,200,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 2">
+    <Pawn health=30 position="0,300,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 2">
         <events>
           <visibility>
             <EventListener event="flying4" />
@@ -270,7 +270,7 @@
         </collisionShapes>
     </Pawn>
 
-    <Pawn health=30 position="0,300,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 1">
+    <Pawn health=30 position="0,400,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 1">
         <events>
           <visibility>
             <EventListener event="flying4" />




More information about the Orxonox-commit mailing list