share/hedgewars/Data/Maps/Basketball/CMakeLists.txt
author smxx
Tue, 16 Mar 2010 21:39:55 +0000
changeset 3004 e9b3613cc3fb
parent 1995 fd60c67489c2
child 8377 869f80966a77
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:
1995
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     1
install(FILES
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     2
	map.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     3
	map.cfg
3004
e9b3613cc3fb Engine:
smxx
parents: 1995
diff changeset
     4
	map.lua
1995
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     5
	mask.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     6
	preview.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     7
	DESTINATION ${SHAREPATH}Data/Maps/Basketball)