share/hedgewars/Data/Maps/Knockball/CMakeLists.txt
author smxx
Tue, 16 Mar 2010 21:39:55 +0000
changeset 3004 e9b3613cc3fb
child 3238 e99a43a2405b
permissions -rw-r--r--
Engine: * Updated Ball Gun balls: Now rotate depending on velocity (looks better imo but could revert that change as well) * Allow explosions without spawning gears (visuals) * Added some script additions Maps: * Updated Basketball's CMakeLists.txt * Added experimental Knockball map
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)