[Orxonox-commit 6041] r10700 - code/branches/hoverHS15/data/levels
meierman at orxonox.net
meierman at orxonox.net
Mon Oct 26 14:02:32 CET 2015
Author: meierman
Date: 2015-10-26 14:02:31 +0100 (Mon, 26 Oct 2015)
New Revision: 10700
Modified:
code/branches/hoverHS15/data/levels/Hover.oxw
Log:
Hover level update
Modified: code/branches/hoverHS15/data/levels/Hover.oxw
===================================================================
--- code/branches/hoverHS15/data/levels/Hover.oxw 2015-10-26 12:58:52 UTC (rev 10699)
+++ code/branches/hoverHS15/data/levels/Hover.oxw 2015-10-26 13:02:31 UTC (rev 10700)
@@ -48,17 +48,17 @@
<StaticEntity position="0,-10,0" collisionType="static">
<attached>
- <Model position="0, 0,0" yaw="90" pitch="-90" roll="0" scale3D="10000,10000,1" mesh="CubeGround.mesh" />
+ <Model position="0, 0,0" yaw="0" pitch="0" roll="0" scale3D="10000, 1, 10000" mesh="CubeGround.mesh" />
</attached>
<collisionShapes>
- <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="0,0,0" halfExtents="10000, 10000, 1" />
+ <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,0,0" halfExtents="10000, 1, 10000" />
</collisionShapes>
</StaticEntity>
<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="0,0,0" lookat="10,0,0" spawnclass=HoverShip pawndesign=spaceshippirate />
+ <SpawnPoint team=0 position="0,0,0" lookat="10,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />
</Scene>
</Level>
More information about the Orxonox-commit
mailing list