share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Tue, 22 Jun 2010 23:08:57 -0400
changeset 3537 8f5b3108f29c
parent 3506 0523e68f1972
child 4052 dd5e00d79efe
permissions -rw-r--r--
New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.

foreach(dir
	Art
	Bamboo
	Bath
	Blox
	Brick
	Cake
	Castle
	Cheese
    Deepspace
	City
	CrazyMission
	EarthRise
	Eyes
	Freeway
	Halloween
	Hell
	Island
	Nature
	Planes
	Sheep
	Snow
	Stage
	Underwater
	Compost
	Olympics
	Desert
	)
	add_subdirectory(${dir})
endforeach(dir)

install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)