Changeset 12168 for code/branches/OrxoKart_HS18/data/levels/templates
- Timestamp:
- Dec 7, 2018, 4:40:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/data/levels/templates/OrxoKartKart.oxt
r12155 r12168 31 31 32 32 collisionType = "dynamic" 33 mass = 10034 linearDamping = 0. 235 angularDamping = 0.999 999933 mass = 2000 34 linearDamping = 0.5 35 angularDamping = 0.999 36 36 > 37 37 <engines> … … 40 40 <attached> 41 41 <Model position="0,0,-20" mesh="hovership_body.mesh" scale="5" yaw=180/> 42 <Model position="0,0,-20" mesh="hovership_engine.mesh" scale="5" yaw=180/> 43 <Model position="0,0,-20" mesh="hovership_gun.mesh" scale="5" yaw=180/> 44 42 <Model position="0,0,-20" mesh="hovership_engine.mesh" scale="5" yaw=180/> 45 43 </attached> 46 44 <collisionShapes> … … 57 55 <ExplosionPart mesh="explosionparts/pirate_part_4.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" /> 58 56 </explosion> 59 60 <?lua61 include("../includes/weaponSettingsHover.oxi")62 ?>63 57 </SpaceShip> 64 58 </Template>
Note: See TracChangeset
for help on using the changeset viewer.