Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2900 was 2900, checked in by danielh, 15 years ago
  • some changes to the base framework
  • added DroppedItem
  • implemented usable items and a test UsableItem (Jump), console command to use an item is "useItem"
  • added ModifierType::Acceleration
  • Property svn:eol-style set to native
File size: 191 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  BaseItem.cc
3  DroppedItem.cc
4  EquipmentItem.cc
5  Jump.cc
6  ModifierPickup.cc
7  PassiveItem.cc
8  PickupCollection.cc
9  PickupSpawner.cc
10  UsableItem.cc
11)
Note: See TracBrowser for help on using the repository browser.