Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFabien/src/modules/weapons/weaponmodes/CMakeLists.txt @ 10592

Last change on this file since 10592 was 10592, checked in by fvultier, 9 years ago

New Weapon for the towerDefense minigame: The SplitGun, a weapon that shoots one projectile that splits up into multiple projectiles after a specified time, these new projectiles may split up again… The weapon may be used by any Oxonox Spaceship.

  • Property svn:eol-style set to native
File size: 166 bytes
RevLine 
[5724]1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
[2983]2  EnergyDrink.cc
[2918]3  FusionFire.cc
4  LaserFire.cc
[2979]5  HsW01.cc
[2969]6  LightningGun.cc
[10592]7  SplitGun.cc
[6417]8  RocketFire.cc
[7163]9  SimpleRocketFire.cc
[2131]10)
Note: See TracBrowser for help on using the repository browser.