share/hedgewars/Data/Themes/nature/CMakeLists.txt
author nemo
Fri, 30 Oct 2009 19:41:39 +0000
changeset 2595 d57af3defd56
parent 2510 9e5b83c0b88f
child 2602 3deb9ff104da
permissions -rw-r--r--
This massive image modification removes colour profile information and adds an alpha channel. The first saves a little space, the second costs a little space. First is needed since SDL on OSX applies colour profile info which, while cool, is useless so long as the other theme colours are un-adjusted. Second is since we are apparently requiring full 32 bit surfaces now.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
794
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     1
install(FILES
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     2
    Border.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     3
    Flake.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     4
    Girder.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     5
    horizont.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     6
    icon.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     7
    LandTex.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     8
    plant1.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
     9
    plant2.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
    10
    plant3.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
    11
    plant4.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
    12
    Sky.png
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
    13
    theme.cfg
2510
9e5b83c0b88f install the new lowresolution images for systems with limited graphics
koda
parents: 2468
diff changeset
    14
    horizont-lowres.png
9e5b83c0b88f install the new lowresolution images for systems with limited graphics
koda
parents: 2468
diff changeset
    15
    Sky-lowres.png
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2082
diff changeset
    16
    DESTINATION ${SHAREPATH}Data/Themes/nature)