share/hedgewars/Data/Sounds/voices/Surfer/CMakeLists.txt
author nemo
Mon, 17 May 2010 15:42:48 +0000
changeset 3473 f80431269806
parent 2241 7992f7ba388d
child 5176 b9539115608d
permissions -rw-r--r--
Increase minimum threshold for barrel damage to reduce likelihood of blowing one up on jumping out, increase damage to compensate (may need tweaking). Only apply dX for collision w/ kick if barrel is rolling.
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)