Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2005, 2:26:28 AM (18 years ago)
Author:
bensch
Message:

orxonox/we: new sounds for all the weapons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/world_entities/weapons/cannon.cc

    r5750 r5803  
    8787  //this->minCharge = 2;
    8888
    89   this->setActionSound(WA_SHOOT, "sound/shot1.wav");
     89  this->setActionSound(WA_SHOOT, "sound/explo.wav");
     90  this->setActionSound(WA_ACTIVATE, "sound/voices/cannon.wav");
    9091
    9192  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
Note: See TracChangeset for help on using the changeset viewer.