share/hedgewars/Data/Graphics/SuddenDeath/CMakeLists.txt
author nemo
Wed, 27 Jun 2012 07:58:16 -0400
changeset 7308 40aa797c4ef0
parent 4750 736edc3a2353
child 8443 2debc9b9f917
permissions -rw-r--r--
Another try at the trace with more aggressive optimisation. Also tweaked the radial gradiant a bit to match the original more

file(GLOB Sprites *.png)

install(FILES
	${Sprites}
	DESTINATION ${SHAREPATH}Data/Graphics/SuddenDeath)