share/hedgewars/Data/Missions/CMakeLists.txt
author smxx
Wed, 10 Feb 2010 00:55:40 +0000
changeset 2786 85f6425a4d74
child 2788 3590214a0023
permissions -rw-r--r--
Engine: * Added LUA scripting support for trainings (and maybe soon) scenarios/missions * Converted Shotgun and Bazooka Training to LUA * New dependency: LUA 5.1 * New Mission Objectives window * Extended default keybinds for non-iPhone builds * NOTE: Script function names etc. might change soon so don't work too hard on your own missions (for now)! This is experimental! Frontend: * Added support for new training maps/LUA scripts

file(GLOB Trainings t*.txt t*.lua)
file(GLOB Singleplayer s*.txt s*.lua)
file(GLOB Cooperative c*.txt c*.lua)

install(FILES
	${Trainings}
	${Singleplayer}
	${Cooperative}
	DESTINATION ${SHAREPATH}Data/Trainings)