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
Line 
1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
2  EnergyDrink.cc
3  FusionFire.cc
4  LaserFire.cc
5  HsW01.cc
6  LightningGun.cc
7  SplitGun.cc
8  RocketFire.cc
9  SimpleRocketFire.cc
10)
Note: See TracBrowser for help on using the repository browser.