share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Wed, 05 Sep 2012 16:54:13 +0300
changeset 7675 58620e9e5ed5
parent 7632 81e5e7092023
child 8443 2debc9b9f917
permissions -rw-r--r--
Fixed grammar/vocabulary and improved balance Mission 7: Added more pickhammers so that it's harder to run out of them, added more weapons to the AI Mission 6: Removed reset possibility, added sticky mines, more weapons for AI every six turns Enter commit message. Lines beginning with 'HG:' are removed.

file(GLOB Config *.ini)
file(GLOB Missions *.lua)

install(FILES
	${Config}
	${Missions}
	DESTINATION "${SHAREPATH}Data/Missions/Campaign/A Classic Fairytale")