share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Mon, 20 Jan 2014 21:16:17 -0500
changeset 10032 db65298717da
parent 8443 2debc9b9f917
permissions -rw-r--r--
This adds idle hog tinting. Active hog tinting still needed.

file(GLOB HedgehogSprites *.png)

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