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
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
[6417]7  Rocket.cc
[7163]8  SimpleRocket.cc
[10592]9  SplitGunProjectile.cc
[10606]10  IceGunProjectile.cc
[2131]11)
Note: See TracBrowser for help on using the repository browser.