share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author mikade
Thu, 01 Sep 2011 00:28:38 +0200
changeset 5720 a962d0823f49
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
onHogAttack hook. Might reposition this later. Updates to Tumbler gameplay mode -- Better HUD -- Allow more user customization -- Bugfix for new gear spawns -- Performance tweaks -- Variety of small gameplay changes

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)

install(FILES
	${luafiles}
	${cfgfiles}
	DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)