share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Fri, 30 Oct 2009 19:41:39 +0000 (2009-10-30)
changeset 2595 d57af3defd56
parent 2507 c99f13e604d0
child 2708 84bf57349d46
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:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     2
	Bamboo
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     3
	Bath
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     4
	Blox
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     5
	Cake
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     6
	Castle
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     7
	cheese
2507
c99f13e604d0 Missing deepspace theme
nemo
parents: 2474
diff changeset
     8
    deepspace
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     9
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    10
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    11
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    12
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    14
	Halloween
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	hell
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	Island
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	nature
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    19
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Snow
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	Underwater
2474
f2f8bdb207d4 Left Compost out, try giving dirt full opacity
nemo
parents: 1992
diff changeset
    22
    Compost
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    23
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    24
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    25
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    26
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    27
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)