author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 16 May 2019 08:05:10 +0200 | |
changeset 14974 | 65be598c64b9 |
parent 8443 | 2debc9b9f917 |
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) |
6048
ae213ef7030a
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
sheepluva
parents:
5976
diff
changeset
|
7 |
add_subdirectory(Missions) |
562 | 8 |
|
8443 | 9 |
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
|
10 |
list(REMOVE_ITEM BaseSprites *@2x.png) |
562 | 11 |
|
184 | 12 |
install(FILES |
8443 | 13 |
${BaseSprites} |
14 |
DESTINATION ${SHAREPATH}Data/Graphics) |