Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFabien/src/modules/weapons/projectiles/CMakeLists.txt @ 10606

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

The most expensive tower fires now a new weapon: The Ice gun; a weapon that slows down a hit SpaceShip. This weapon may be used outside the tower defense minigame.

  • Property svn:eol-style set to native
File size: 227 bytes
Line 
1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
2  BasicProjectile.cc
3  BillboardProjectile.cc
4  ParticleProjectile.cc
5  Projectile.cc
6  LightningGunProjectile.cc
7  Rocket.cc
8  SimpleRocket.cc
9  SplitGunProjectile.cc
10  IceGunProjectile.cc
11)
Note: See TracBrowser for help on using the repository browser.