share/hedgewars/Data/Maps/Blizzard/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Fri, 06 Jul 2012 15:10:36 +0300
changeset 7243 9ae9178c525e
parent 4698 6f14ef3e40ae
child 8443 2debc9b9f917
permissions -rw-r--r--
Modified Animate.lua function AnimMove to take highercase direction (e.g. "Left") Solved a bug in Mission 4 where after the second wave appears, control went to the cannibals Changed random seed to 1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4698
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     1
install(FILES
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     2
	map.png
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     3
	map.cfg
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     4
	mask.png
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     5
	preview.png
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/Blizzard)
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents:
diff changeset
     7