share/hedgewars/Data/Graphics/Graves/CMakeLists.txt
author nemo
Mon, 17 May 2010 15:42:48 +0000
changeset 3473 f80431269806
parent 1032 bf6f5122baf7
child 8443 2debc9b9f917
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.

file(GLOB GraveSprites *.png) 

install(FILES
	${GraveSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Graves)