share/hedgewars/Data/Sounds/voices/Default_es/CMakeLists.txt
author nemo
Sun, 05 Feb 2012 22:22:46 -0500
changeset 6633 2dc43ce68721
parent 6558 96b681b2c85e
child 8443 2debc9b9f917
permissions -rw-r--r--
Increase volume on a number of sounds that were many times quieter than the other voices. Also remove empty space in Ooff1.ogg so it plays at the right time.

file(GLOB VoiceSounds
Boring.ogg
Byebye.ogg
Comeonthen.ogg
Coward.ogg
Enemydown.ogg
Firstblood.ogg
Firepunch*.ogg
Flawless.ogg
Hello.ogg
Hurry.ogg
Illgetyou.ogg
Incoming.ogg
Jump*.ogg
JustYouwait.ogg
Kamikaze.ogg
Laugh.ogg
Melon.ogg
Missed.ogg
Nooo.ogg
Nutter.ogg
Ooff*.ogg
Oops.ogg
Ow*.ogg
PoisonCough.ogg
PoisonMoan.ogg
Reinforcements.ogg
Sameteam.ogg
Stupid.ogg
Takecover.ogg
Traitor.ogg
Uh-oh.ogg
Victory.ogg
Watchit.ogg
Yessir.ogg
Youllregretthat.ogg
)

install(FILES
	${VoiceSounds}
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Default_es)