[Orxonox-commit 6009] r10668 - code/branches/hoverHS15/data/levels
meierman at orxonox.net
meierman at orxonox.net
Mon Oct 19 15:59:23 CEST 2015
Author: meierman
Date: 2015-10-19 15:59:23 +0200 (Mon, 19 Oct 2015)
New Revision: 10668
Modified:
code/branches/hoverHS15/data/levels/Hover.oxw
Log:
update levelfile
Modified: code/branches/hoverHS15/data/levels/Hover.oxw
===================================================================
--- code/branches/hoverHS15/data/levels/Hover.oxw 2015-10-19 13:47:08 UTC (rev 10667)
+++ code/branches/hoverHS15/data/levels/Hover.oxw 2015-10-19 13:59:23 UTC (rev 10668)
@@ -28,9 +28,35 @@
ambientlight = "0.8, 0.8, 0.8"
skybox = "Orxonox/Starbox"
>
+
+
+
+
+ <StaticEntity position="200,0,0" collisionType="static">
+ <attached>
+ <Model position="0, 0,0" yaw="90" pitch="-90" roll="0" scale3D="300, 2, 30" mesh="cube_red.mesh" />
+ <Model position="-300, 0,0" yaw="90" pitch="-90" roll="0" scale3D="300, 2, 30" mesh="cube_red.mesh" />
+ </attached>
+ <collisionShapes>
+ <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="0,0,0" halfExtents="300, 2, 30" />
+ <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="-300,0,0" halfExtents="300, 2, 30" />
+ </collisionShapes>
+ </StaticEntity>
+
+ <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" />
+ </attached>
+ <collisionShapes>
+ <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="0,0,0" halfExtents="10000, 10000, 1" />
+ </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="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip 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