Changeset 10668
- Timestamp:
- Oct 19, 2015, 3:59:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hoverHS15/data/levels/Hover.oxw
r10664 r10668 29 29 skybox = "Orxonox/Starbox" 30 30 > 31 31 32 33 34 35 36 <StaticEntity position="200,0,0" collisionType="static"> 37 <attached> 38 <Model position="0, 0,0" yaw="90" pitch="-90" roll="0" scale3D="300, 2, 30" mesh="cube_red.mesh" /> 39 <Model position="-300, 0,0" yaw="90" pitch="-90" roll="0" scale3D="300, 2, 30" mesh="cube_red.mesh" /> 40 </attached> 41 <collisionShapes> 42 <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="0,0,0" halfExtents="300, 2, 30" /> 43 <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="-300,0,0" halfExtents="300, 2, 30" /> 44 </collisionShapes> 45 </StaticEntity> 46 47 <StaticEntity position="0,-10,0" collisionType="static"> 48 <attached> 49 <Model position="0, 0,0" yaw="90" pitch="-90" roll="0" scale3D="10000,10000,1" mesh="CubeGround.mesh" /> 50 </attached> 51 <collisionShapes> 52 <BoxCollisionShape yaw="90" pitch="-90" roll="0" position="0,0,0" halfExtents="10000, 10000, 1" /> 53 </collisionShapes> 54 </StaticEntity> 55 56 57 32 58 <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"/> 33 <SpawnPoint team=0 position=" -200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />59 <SpawnPoint team=0 position="0,0,0" lookat="10,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate /> 34 60 35 61 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.