share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author unc0rr
Mon, 12 Oct 2009 16:44:30 +0000
changeset 2428 6800f8aa0184
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Huge Smaxx patch with some fixes by me: - support for non power of two textures - modelview matrix calculation optimizations - health effect when picking up health crates or using vampirism - rc plane training time trial - fix visual gear drawing position (might require recheck) - gamepad support - reordered options in frontend - updated binding options (subcaptions, descriptions and localizable names) - cfg-dir parameter for frontend (allows teams/settings to sit on a usb flash drive for example) - icons for chatroom user list

file(GLOB HedgehogSprites *.png)

install(FILES
	${HedgehogSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)