[Orxonox-commit 3705] r8385 - code/trunk/data/levels

youngk at orxonox.net youngk at orxonox.net
Mon May 2 16:35:08 CEST 2011


Author: youngk
Date: 2011-05-02 16:35:08 +0200 (Mon, 02 May 2011)
New Revision: 8385

Modified:
   code/trunk/data/levels/planets.oxw
Log:
Man, Kevin... If you commit something, then please commit the working version. NOW its okay.

Modified: code/trunk/data/levels/planets.oxw
===================================================================
--- code/trunk/data/levels/planets.oxw	2011-05-02 14:27:15 UTC (rev 8384)
+++ code/trunk/data/levels/planets.oxw	2011-05-02 14:35:08 UTC (rev 8385)
@@ -1,15 +1,12 @@
 <LevelInfo
  name = "Planet Demonstration"
  description = "Demonstration of Planets"
- tags = "planets, demonstration"
+ tags = "planets"
 />
 
 <?lua
   include("stats.oxo")
   include("HUDTemplates3.oxo")
-?>
-
-<?lua
   include("templates/lodInformation.oxt")
   include("templates/spaceshipSwallow.oxt")
 ?>
@@ -17,7 +14,6 @@
 <Level
  name         = "Planet"
  description  = "Demonstration of Planets"
- gametype     = TeamDeathmatch
 >
   <templates>
     <Template link=lodtemplate_default />
@@ -28,15 +24,14 @@
     skybox       = "Orxonox/skypanoramagen1"
   >
 
-<WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />
-<Light type=directional position="-10000,-10000,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" />
+    <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />
+    <Light type=directional position="-10000,-10000,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 position="1000,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" />
+    <SpawnPoint position="1500,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" />
 
-<?lua end ?>
-    <Planet position="0,0,0" scale="100" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" />
-    <Planet position="10000,0,0" scale="1" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" />
+    <Planet position="0,0,0" scale="1000" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" />
+    <Planet position="10000,0,0" scale="100" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" />
 
   </Scene>
 </Level>




More information about the Orxonox-commit mailing list