Changeset 6951 for code/branches/presentation3/data/levels
- Timestamp:
- May 21, 2010, 10:25:27 AM (15 years ago)
- Location:
- code/branches/presentation3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3
- Property svn:mergeinfo changed
/code/branches/rocket (added) merged: 6778-6781,6783-6785,6803,6809-6811,6813-6818,6827,6834,6863,6878,6900,6902-6905,6943,6948-6950
- Property svn:mergeinfo changed
-
code/branches/presentation3/data/levels/includes/weaponsettings3.oxi
r6417 r6951 39 39 </Weapon> 40 40 <Weapon> 41 < RocketFire mode=2 muzzleoffset="0,0,0" />41 <SimpleRocketFire mode=2 muzzleoffset="0,0,0" /> 42 42 </Weapon> 43 43 </WeaponPack> -
code/branches/presentation3/data/levels/tutorial.oxw
r5781 r6951 16 16 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7"> 17 17 <attached> 18 <Model scale="1 0" mesh="drone.mesh"/>18 <Model scale="1" mesh="drone.mesh"/> 19 19 </attached> 20 20 <collisionShapes> … … 23 23 </Drone> 24 24 25 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7"> 26 <attached> 27 <Model scale="1" mesh="rocket.mesh"/> 28 </attached> 29 <collisionShapes> 30 <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" /> 31 </collisionShapes> 32 </Drone> 25 33 26 34 <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" />
Note: See TracChangeset
for help on using the changeset viewer.