Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFS15/src/modules/towerdefense/CMakeLists.txt @ 10388

Last change on this file since 10388 was 10368, checked in by erbj, 9 years ago

added timer in tick function to pause for 10 seconds between waves , trying to solve the problem, that towers are shooting at (0,0,0) (center point). The Problem seems to be in the sameteam function as the turret and the pawn at the position (0,0,0) should have the same team

  • Property svn:eol-style set to native
File size: 401 bytes
Line 
1SET_SOURCE_FILES(TOWERDEFENSE_SRC_FILES
2  TowerDefense.cc
3  TowerDefenseTower.cc
4  TowerDefenseCenterpoint.cc
5  TowerDefenseHUDController.cc
6  TowerDefensePlayerStats.cc
7  TDCoordinate.cc
8  TowerDefenseEnemy.cc
9 # TowerDefenseSelecter.cc
10
11)
12
13ORXONOX_ADD_LIBRARY(towerdefense
14  MODULE
15  FIND_HEADER_FILES
16  LINK_LIBRARIES
17    orxonox
18    overlays
19    objects
20  SOURCE_FILES ${TOWERDEFENSE_SRC_FILES}
21)
Note: See TracBrowser for help on using the repository browser.