author | koda |
Wed, 21 Sep 2011 02:05:42 +0200 | |
changeset 5976 | 306cedbeb213 |
parent 4748 | ce9b48de1f52 |
child 6048 | ae213ef7030a |
permissions | -rw-r--r-- |
969 | 1 |
add_subdirectory(AmmoMenu) |
2747 | 2 |
add_subdirectory(Flags) |
184 | 3 |
add_subdirectory(Graves) |
969 | 4 |
add_subdirectory(Hats) |
822 | 5 |
add_subdirectory(Hedgehog) |
4748 | 6 |
add_subdirectory(SuddenDeath) |
562 | 7 |
|
8 |
file(GLOB BaseSprites *.png) |
|
5976
306cedbeb213
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents:
4748
diff
changeset
|
9 |
list(REMOVE_ITEM BaseSprites *@2x.png) |
562 | 10 |
|
184 | 11 |
install(FILES |
562 | 12 |
${BaseSprites} |
13 |
DESTINATION ${SHAREPATH}Data/Graphics) |