Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10603 in orxonox.OLD for branches/cleanup/src/world_entities/weapons


Ignore:
Timestamp:
Mar 27, 2007, 7:09:52 PM (18 years ago)
Author:
nicolasc
Message:

minor improments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/weapons/swarm_launcher.cc

    r10579 r10603  
    9898  this->setProjectileTypeC("SwarmProjectile");
    9999
    100   this->loadModel("models/guns/turret1.obj", 1.0);
     100//   this->loadModel("models/guns/turret1.obj", 1.0);
    101101
    102102  this->setEmissionPoint(1.684, 0.472, 0);
    103   this->getProjectileFactory()->prepare(50);
     103  this->getProjectileFactory()->prepare(10);
    104104
    105105  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");
    107107//   this->setActionSound(WA_RELOAD, "sounds/voices/reload.wav");
    108108
Note: See TracChangeset for help on using the changeset viewer.