Changeset 5819 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Nov 29, 2005, 11:07:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r5750 r5819 131 131 //this->minCharge = 2; 132 132 133 this->setActionSound(WA_SHOOT, "sound/shot1.wav"); 133 this->setActionSound(WA_SHOOT, "sound/laser.wav"); 134 this->setActionSound(WA_ACTIVATE, "sound/voices/lasers.wav"); 135 134 136 135 137 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
Note: See TracChangeset
for help on using the changeset viewer.