Changeset 6779 for code/branches/rocket
- Timestamp:
- Apr 26, 2010, 3:40:33 PM (15 years ago)
- Location:
- code/branches/rocket/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/data/levels/includes/weaponsettings3.oxi
r6417 r6779 39 39 </Weapon> 40 40 <Weapon> 41 < RocketFire mode=2 muzzleoffset="0,0,0" />41 <DroneFire mode=2 muzzleoffset="5,5,5" /> 42 42 </Weapon> 43 43 </WeaponPack> -
code/branches/rocket/data/levels/tutorial.oxw
r5781 r6779 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="10" 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.