Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Asteroid_HS17/src/modules/asteroids2D/CMakeLists.txt @ 11616

Last change on this file since 11616 was 11616, checked in by vyang, 6 years ago

Asteroids2DStones erstellt, lassen sich ins Level laden, random spawn wenn position nicht als Attribut im XML File angegeben wird. Random Geschwindigkeit funktioniert noch nicht → vllt Einstellungen in Pawn bzw MovableEntity?, Gametype ein wenig aufgeraemt → am Anfang fuenf Asteroiden mit random Geschwindigkeit und Position spawnen

File size: 292 bytes
Line 
1SET_SOURCE_FILES(MINIGAMESTEST_SRC_FILES
2Asteroids2D.cc
3Asteroids2DCenterPoint.cc
4Asteroids2DShip.cc
5Asteroids2DStone.cc
6Asteroids2DHUDinfo.cc
7)
8
9ORXONOX_ADD_LIBRARY(asteroids2D
10  PLUGIN
11  FIND_HEADER_FILES
12  LINK_LIBRARIES
13    orxonox
14    overlays
15  SOURCE_FILES ${MINIGAMESTEST_SRC_FILES}
16)
Note: See TracBrowser for help on using the repository browser.