share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Thu, 15 Sep 2011 01:41:21 +0200
changeset 5909 fb0113caa8c7
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat. Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

install(FILES
	${HatSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Hats)