share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 14:20:36 +0100
changeset 12963 c0746aa9944d
parent 8443 2debc9b9f917
permissions -rw-r--r--
Redraw Vampiric.png based on vector graphic. Smooth fade out to 0 opacity instead of hard cut-off
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     1
file(GLOB HedgehogSprites *.png)
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     2
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     3
install(FILES
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 822
diff changeset
     4
    ${HedgehogSprites}
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 822
diff changeset
     5
    DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)