Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFabien/src/modules/weapons/projectiles/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: 229 bytes
RevLine 
[5724]1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
[8855]2  BasicProjectile.cc
[2131]3  BillboardProjectile.cc
4  ParticleProjectile.cc
5  Projectile.cc
[2969]6  LightningGunProjectile.cc
[10592]7  SplitGunProjectile.cc
[6417]8  Rocket.cc
[7163]9  SimpleRocket.cc
[10592]10  SplitGunProjectile.cc
[2131]11)
Note: See TracBrowser for help on using the repository browser.