share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Fri, 26 Feb 2010 16:29:00 +0000
changeset 2873 e7acb0251a22
parent 562 d1a9035175ed
child 3394 47b51e22e670
permissions -rw-r--r--
Font switch requested by Copy Liu in issue #220 - a GPL CJK font set that includes some hand-drawn bitmaps for lower resolutions, reducing fuzziness of CJK chars in places like the ammo menu

file(GLOB AmmoMenuSprites *.png) 

install(FILES
	${AmmoMenuSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/AmmoMenu)