Changeset 10603 in orxonox.OLD for branches/cleanup/src/world_entities/weapons
- Timestamp:
- Mar 27, 2007, 7:09:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/weapons/swarm_launcher.cc
r10579 r10603 98 98 this->setProjectileTypeC("SwarmProjectile"); 99 99 100 this->loadModel("models/guns/turret1.obj", 1.0);100 // this->loadModel("models/guns/turret1.obj", 1.0); 101 101 102 102 this->setEmissionPoint(1.684, 0.472, 0); 103 this->getProjectileFactory()->prepare( 50);103 this->getProjectileFactory()->prepare(10); 104 104 105 105 this->setActionSound(WA_SHOOT, "sounds/explosions/explosion_1.wav"); 106 this->setActionSound(WA_ACTIVATE, "sounds/voices/rockets.wav");106 // this->setActionSound(WA_ACTIVATE, "sounds/voices/rockets.wav"); 107 107 // this->setActionSound(WA_RELOAD, "sounds/voices/reload.wav"); 108 108
Note: See TracChangeset
for help on using the changeset viewer.