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
Line 
1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
2  BasicProjectile.cc
3  BillboardProjectile.cc
4  ParticleProjectile.cc
5  Projectile.cc
6  LightningGunProjectile.cc
7  SplitGunProjectile.cc
8  Rocket.cc
9  SimpleRocket.cc
10  SplitGunProjectile.cc
11)
Note: See TracBrowser for help on using the repository browser.