Changeset 5355 for data/media/levels/spaceshiptemplates_physics.oxw
- Timestamp:
- Dec 14, 2008, 11:03:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/spaceshiptemplates_physics.oxw
r5335 r5355 7 7 initialhealth = 100 8 8 9 maxspeed = 150 10 maxsecondaryspeed = 50 11 maxrotation = 100 12 transacc = 100 13 rotacc = 140 14 transdamp = 75 9 primaryThrust = 100; 10 auxilaryThrust = 30; 11 rotationThrust = 10; 15 12 16 13 collisionType = "dynamic" 17 14 mass = 100 15 linearDamping = 0.7 16 angularDamping = 0.999 18 17 name = "blubbbeliblubb" 19 18 > … … 24 23 <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 /> 25 24 <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> 26 <SphereCollisionShape radius=20/>27 25 </attached> 28 26 <collisionShapes>
Note: See TracChangeset
for help on using the changeset viewer.