[Orxonox-commit 4423] r9094 - code/branches/newlevel2012/data/levels

mentzerf at orxonox.net mentzerf at orxonox.net
Fri Apr 20 13:43:35 CEST 2012


Author: mentzerf
Date: 2012-04-20 13:43:35 +0200 (Fri, 20 Apr 2012)
New Revision: 9094

Modified:
   code/branches/newlevel2012/data/levels/emptyLevel.oxw
Log:
Added Textures and Cube into empty level

Modified: code/branches/newlevel2012/data/levels/emptyLevel.oxw
===================================================================
--- code/branches/newlevel2012/data/levels/emptyLevel.oxw	2012-04-20 11:11:30 UTC (rev 9093)
+++ code/branches/newlevel2012/data/levels/emptyLevel.oxw	2012-04-20 11:43:35 UTC (rev 9094)
@@ -22,6 +22,7 @@
   </templates>
   <?lua include("includes/notifications.oxi") ?>
 
+
   <Scene
     ambientlight = "0.8, 0.8, 0.8"
     skybox       = "Orxonox/Starbox"
@@ -30,6 +31,12 @@
     <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=spaceshipassff2 />
     
+	<StaticEntity position="0,0,0" direction="0,0,0" collistionType=static mass=100000>
+		<attached>
+			<Model position="0,0,0" mesh="Playfield_ME.mesh" scale3D="10,10,10" />
+		</attached>
+	</StaticEntity>
+
   </Scene>
 </Level>
 




More information about the Orxonox-commit mailing list