Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickups/src/orxonox/objects/pickup/CMakeLists.txt @ 2864

Last change on this file since 2864 was 2864, checked in by danielh, 16 years ago

first commit of pickup system

  • working PickupCollection
  • working PickupSpawner
  • base classes for items
  • updated Pawn to include PickupCollection
  • updated Projectile to use damage modifier on hit
  • Property svn:eol-style set to native
File size: 164 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  BaseItem.cc
3  EquipmentItem.cc
4  ModifierPickup.cc
5  PassiveItem.cc
6  PickupCollection.cc
7  PickupSpawner.cc
8  UsableItem.cc
9)
Note: See TracBrowser for help on using the repository browser.