share/hedgewars/Data/Sounds/voices/Surfer/CMakeLists.txt
author nemo
Tue, 22 Jun 2010 23:08:57 -0400
changeset 3537 8f5b3108f29c
parent 2241 7992f7ba388d
child 5176 b9539115608d
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2241
7992f7ba388d completes removal of wav files, updates SDLh and adds DEBUGFILE to hwengine when compiled in Debug mode
koda
parents: 1704
diff changeset
     1
file(GLOB SurferSounds *.ogg)
1621
d1ded2532d3f - svn maintenance
unc0rr
parents:
diff changeset
     2
d1ded2532d3f - svn maintenance
unc0rr
parents:
diff changeset
     3
install(FILES
1663
8098deed9e5c Fix surfer voicepack install
unc0rr
parents: 1621
diff changeset
     4
	${SurferSounds}
1621
d1ded2532d3f - svn maintenance
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Surfer)