[Orxonox-commit 4437] r9108 - code/branches/newlevel2012/data/levels

mentzerf at orxonox.net mentzerf at orxonox.net
Fri Apr 20 16:40:45 CEST 2012


Author: mentzerf
Date: 2012-04-20 16:40:44 +0200 (Fri, 20 Apr 2012)
New Revision: 9108

Modified:
   code/branches/newlevel2012/data/levels/towerDefense.oxw
Log:
* Updated oxw once again

Modified: code/branches/newlevel2012/data/levels/towerDefense.oxw
===================================================================
--- code/branches/newlevel2012/data/levels/towerDefense.oxw	2012-04-20 14:32:47 UTC (rev 9107)
+++ code/branches/newlevel2012/data/levels/towerDefense.oxw	2012-04-20 14:40:44 UTC (rev 9108)
@@ -13,20 +13,20 @@
 
 <!-- Specify the position of the camera -->
 <Template name=playfieldcameras defaults=0>
-  <PongBat>
+  <MovableEntity>
     <camerapositions>
       <CameraPosition position="0,30,0" pitch=-90 absolute=true />
     </camerapositions>
-  </PongBat>
+  </MovableEntity>
 </Template>
 
 <!-- Loads the playfield mesh -->
 <Template name=playfield>
-  <PongBat camerapositiontemplate=playfieldcameras>
+  <MovableEntity camerapositiontemplate=playfieldcameras>
     <attached>
       <Model position="0,0,0" mesh="Playfield_ME.mesh" scale3D="10,10,10" />
     </attached>
-  </PongBat>
+  </MovableEntity>
 </Template>
 
 <Level gametype = "Deathmatch">




More information about the Orxonox-commit mailing list