[Orxonox-commit 4438] r9109 - code/branches/newlevel2012/data/levels
mentzerf at orxonox.net
mentzerf at orxonox.net
Fri Apr 20 16:43:20 CEST 2012
Author: mentzerf
Date: 2012-04-20 16:43:20 +0200 (Fri, 20 Apr 2012)
New Revision: 9109
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:40:44 UTC (rev 9108)
+++ code/branches/newlevel2012/data/levels/towerDefense.oxw 2012-04-20 14:43:20 UTC (rev 9109)
@@ -13,20 +13,20 @@
<!-- Specify the position of the camera -->
<Template name=playfieldcameras defaults=0>
- <MovableEntity>
+ <ControllableEntity>
<camerapositions>
<CameraPosition position="0,30,0" pitch=-90 absolute=true />
</camerapositions>
- </MovableEntity>
+ </ControllableEntity>
</Template>
<!-- Loads the playfield mesh -->
<Template name=playfield>
- <MovableEntity camerapositiontemplate=playfieldcameras>
+ <ControllableEntity camerapositiontemplate=playfieldcameras>
<attached>
<Model position="0,0,0" mesh="Playfield_ME.mesh" scale3D="10,10,10" />
</attached>
- </MovableEntity>
+ </ControllableEntity>
</Template>
<Level gametype = "Deathmatch">
More information about the Orxonox-commit
mailing list