Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5441 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc


Ignore:
Timestamp:
Oct 27, 2005, 11:46:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Weapons update, Now one can really assign SlotCapabilities and they are used and checked

File:
1 edited

Legend:

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

    r5382 r5441  
    134134  this->setActionSound(WA_SHOOT, "sound/shot1.wav");
    135135
     136  this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL);
    136137  this->setProjectileType(CL_TEST_BULLET);
    137138  this->prepareProjectiles(20);
Note: See TracChangeset for help on using the changeset viewer.