share/hedgewars/Data/Themes/nature/CMakeLists.txt
author koda
Thu, 09 Jul 2009 00:56:26 +0000
changeset 2244 853a1db1cff6
parent 2082 71b4666373fb
child 2468 0b62498c201a
permissions -rw-r--r--
routine for loading lower resolution horizont and sky for nature theme when bigger images are not supported; right now they are not installed, but they could be useful for less powerful machines in general
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
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     2
	Border.png
805
4d75759b38bd Flakes concept, still need some development
unc0rr
parents: 794
diff changeset
     3
	Flake.png
2082
71b4666373fb Fix nature theme too (thanks to nemo)
unc0rr
parents: 1224
diff changeset
     4
	Girder.png
794
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     5
	horizont.png
1224
0b9fbee5ceda - Add icons for each theme
unc0rr
parents: 805
diff changeset
     6
	icon.png
794
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     7
	LandTex.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     8
	plant1.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
     9
	plant2.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
    10
	plant3.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
    11
	plant4.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
    12
	Sky.png
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
    13
	theme.cfg
4dfc653ed92c Oops, forgot to svn add theme contents
unc0rr
parents:
diff changeset
    14
	DESTINATION ${SHAREPATH}Data/Themes/nature)