Changeset 10928 for code/branches/hoverHS15/data
- Timestamp:
- Dec 7, 2015, 2:05:58 PM (9 years ago)
- Location:
- code/branches/hoverHS15/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hoverHS15/data/levels/Hover.oxw
r10926 r10928 30 30 ambientlight = "0.8, 0.8, 0.8" 31 31 skybox = "Orxonox/Starbox" 32 gravity = "0, - 100, 0"32 gravity = "0, -200, 0" 33 33 > 34 34 … … 39 39 <StaticEntity position="0,0,0" collisionType="static"> 40 40 <attached> 41 <Model position="500, 0, 0" yaw="0" pitch="0" roll="0" scale3D="500, 30, 2" mesh="cube_red.mesh" />42 <Model position="500, 0, 1000" yaw="0" pitch="0" roll="0" scale3D="500, 30, 2" mesh="cube_red.mesh" />43 <Model position="0, 0, 500" yaw="0" pitch="0" roll="0" scale3D="2, 30, 500" mesh="cube_green.mesh" />44 <Model position="1000, 0, 500" yaw="0" pitch="0" roll="0" scale3D="2, 30, 500" mesh="cube_green.mesh" />45 41 </attached> 46 42 <collisionShapes> … … 55 51 <StaticEntity position="0,0,0" collisionType="static"> 56 52 <attached> 57 <Model position="500, -1 0,500" yaw="0" pitch="0" roll="0" scale3D="500, 10, 500" mesh="CubeGround.mesh" />53 <Model position="500, -16,500" yaw="0" pitch="0" roll="0" scale3D="500, 16, 500" mesh="CubeGround.mesh" /> 58 54 </attached> 59 55 <collisionShapes> 56 <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,500,0" halfExtents="10000, 1, 10000" /> 60 57 <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,-10,0" halfExtents="10000, 10, 10000" /> 61 58 <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500, 0,0" halfExtents="1000, 1000, 1" /> … … 83 80 84 81 85 <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"/>82 <Light type=directional position="-50,500,-50" direction="0.577, -0.577, 0.577" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 86 83 <SpawnPoint team=0 position="50,20,50" lookat="100,20,100" spawnclass=HoverShip pawndesign=spaceshiphover /> 87 84 -
code/branches/hoverHS15/data/levels/templates/spaceshipHover.oxt
r10926 r10928 18 18 reloadwaittime = 0.5 19 19 20 primaryThrust = 10020 primaryThrust = 200 21 21 auxilaryThrust = 30 22 22 rotationThrust = 25 23 23 24 jumpBoost = 3024 jumpBoost = 90 25 25 26 26 lift = 1;
Note: See TracChangeset
for help on using the changeset viewer.