Changeset 6872 for code/branches/fps/data/levels
- Timestamp:
- May 10, 2010, 2:20:21 PM (14 years ago)
- Location:
- code/branches/fps/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fps/data/levels/fps_test.oxw
r6867 r6872 21 21 <Light type=directional position="0,-100000,0" direction="0.02, -1, 0.05" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 22 22 23 <StaticEntity position="0,-10000,0" direction="0,-1, 0" collisionType=static mass=100000>23 <StaticEntity position="0,-10000,0" direction="0,-1,2" collisionType=static mass=100000 friction=0.01 > 24 24 <attached> 25 25 <Model position="0,0,0" mesh="cube.mesh" scale3D="10000,10000,1000" /> -
code/branches/fps/data/levels/old/physicstest2.oxw
r6417 r6872 13 13 ambientlight = "0.5, 0.5, 0.5" 14 14 skybox = "Orxonox/Starbox" 15 gravity = "0,-50,0" 15 16 negativeWorldRange = "(-100000, -100000, -100000)" 16 17 positiveWorldRange = "( 100000, 100000, 100000)" -
code/branches/fps/data/levels/templates/fps.oxt
r6867 r6872 12 12 initialhealth = 100 13 13 14 primaryThrust = 100;15 auxilaryThrust = 30;16 rotationThrust = 25;14 primaryThrust = 0; 15 auxilaryThrust = 0; 16 rotationThrust = 0; 17 17 18 18 collisionType = "dynamic" … … 20 20 linearDamping = 0.7 21 21 angularDamping = 0.9999999 22 friction = 0.01 22 23 > 23 24 <!-- <attached>
Note: See TracChangeset
for help on using the changeset viewer.