Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2006, 1:51:44 PM (17 years ago)
Author:
nicolasc
Message:

added some comments
made swarm missile spin

File:
1 edited

Legend:

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

    r10023 r10037  
    9191
    9292  this->setEmissionPoint(1.684, 0.472, 0);
    93   //this->getProjectileFactory()->prepare(100);
     93  this->getProjectileFactory()->prepare(5);
    9494
    95   this->setActionSound(WA_SHOOT, "sound/explosions/explosion_3.wav");
     95  this->setActionSound(WA_SHOOT, "sound/explosions/explosion_1.wav");
    9696  this->setActionSound(WA_ACTIVATE, "sound/vocals/missiles.wav");
    9797  this->setActionSound(WA_RELOAD, "sound/vocals/reload.wav");
Note: See TracChangeset for help on using the changeset viewer.