share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author nemo
Mon, 17 May 2010 15:42:48 +0000
changeset 3473 f80431269806
parent 3394 47b51e22e670
child 5976 306cedbeb213
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 AmmoMenuSprites *.png)
list(REMOVE_ITEM AmmoMenuSprites *_iPhone.png)

install(FILES
	${AmmoMenuSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/AmmoMenu)