Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7045 in orxonox.OLD


Ignore:
Timestamp:
Feb 6, 2006, 2:59:07 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/hyperblaster.cc

    r6811 r7045  
    7373  //this->minCharge = 2;
    7474
    75   this->setActionSound(WA_SHOOT, "sound/explo.wav");
    76   this->setActionSound(WA_ACTIVATE, "sound/voices/hyperblaster.wav");
     75  this->setActionSound(WA_SHOOT, "sound/explosions/explosion_4.wav");
     76  this->setActionSound(WA_ACTIVATE, "sound/powerups/whats this2.wav");
     77  this->setActionSound(WA_RELOAD, "sound/spawn/alien_generator.wav");
    7778
    7879  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_HEAVY);
Note: See TracChangeset for help on using the changeset viewer.