share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Mon, 22 Oct 2012 22:30:03 -0400
changeset 7791 b937274608ba
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Completely arbitrary tweaking of tunnel values (avoids a nil) - still needs smooth curves (probably a target dx/dy to aim for, and slow alterations) and taking less CPU. Also disable unused function in Highlander

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

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