share/hedgewars/Data/Maps/Knockball/CMakeLists.txt
author sheepluva
Thu, 01 Apr 2010 08:26:16 +0000
changeset 3231 a578cbf5d543
parent 3004 e9b3613cc3fb
child 3238 e99a43a2405b
permissions -rw-r--r--
* fix SmokeTrace and EvilTrace to be centered instead of 2 pixel off * ran "optipng -o5 -np -nc -nb *.png" on Data/Graphics
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3004
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     1
install(FILES
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     2
	map.png
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     3
	map.cfg
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     4
	map.lua
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     5
	preview.png
e9b3613cc3fb Engine:
smxx
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/Knockball)