Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/weapons/munitions/CMakeLists.txt @ 11108

Last change on this file since 11108 was 11108, checked in by fvultier, 8 years ago

A few modifications in the weapon system: WeaponModes may play a reload sound now. Fireing Sounds of WeaponModes may overlap now. New weapon: FlameGun, a flame thrower for close combat (e.g. for the FPS player)

  • Property svn:eol-style set to native
File size: 217 bytes
RevLine 
[5724]1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
[2920]2  LaserMunition.cc
[11052]3  LightningMunition.cc
[2893]4  FusionMunition.cc
[7846]5  RocketMunition.cc
[10622]6  GravityBombMunition.cc
[10629]7  IceMunition.cc
[11108]8  FlameMunition.cc
[10629]9  SplitMunition.cc
[11052]10  MineMunition.cc
[2131]11)
Note: See TracBrowser for help on using the repository browser.