[Orxonox-commit 1641] r6359 - code/branches/presentation2/data/levels

decapitb at orxonox.net decapitb at orxonox.net
Wed Dec 16 00:23:37 CET 2009


Author: decapitb
Date: 2009-12-16 00:23:37 +0100 (Wed, 16 Dec 2009)
New Revision: 6359

Modified:
   code/branches/presentation2/data/levels/presentationHS09b.oxw
Log:
some minor changes

Modified: code/branches/presentation2/data/levels/presentationHS09b.oxw
===================================================================
--- code/branches/presentation2/data/levels/presentationHS09b.oxw	2009-12-15 22:59:42 UTC (rev 6358)
+++ code/branches/presentation2/data/levels/presentationHS09b.oxw	2009-12-15 23:23:37 UTC (rev 6359)
@@ -72,15 +72,15 @@
 	end
 	?>
 <?lua
-for i = 1,25, 1
+for i = 1,12, 1
 do
 ?>
-    <SpaceShip position="5000,0,<?lua print(i*50 - 150) ?>" >
+    <SpaceShip position="<?lua print(math.random()*500 + 4500) ?>,<?lua print(-(math.random()*500 -250)) ?>,<?lua print(i*50 - 150) ?>" >
       <templates>
         <Template link=spaceshipHXYSL />
       </templates>
       <controller>
-	<WaypointPatrolController alertnessradius=1000 team=0 active=true>
+	<WaypointPatrolController alertnessradius=4000 team=0 active=true>
           <waypoints>
             <StaticEntity position="5000,<?lua print(math.random()*50)?> ,<?lua print(i*50 -150) ?>" />
           </waypoints>
@@ -265,6 +265,6 @@
        </events>
     </AmbientSound>
 
-    <SpawnPoint position="0,0,5000" spawnclass=SpaceShip pawndesign=spaceshipassff  team=0/>
+    <SpawnPoint position="5000,0,2000" spawnclass=SpaceShip pawndesign=spaceshipassff  team=0/>
   </Scene>
 </Level>




More information about the Orxonox-commit mailing list