share/hedgewars/Data/Missions/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Feb 2018 13:49:14 +0100
changeset 13012 8a8aaaf97a95
parent 11973 1de4d6b35748
permissions -rw-r--r--
The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags I figured that the toggling hog tags on and off is a bit more important than changing the tag types, because you sometimes run into a hog whose tags block your view, so a 1-key press is helpful. On the other hand, you probably only want to changing the tag types in the game once (if at all).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3011
73c8f618fd8b General:
smxx
parents: 2788
diff changeset
     1
add_subdirectory(Training)
11973
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents: 7632
diff changeset
     2
add_subdirectory(Challenge)
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents: 7632
diff changeset
     3
add_subdirectory(Scenario)
7632
81e5e7092023 add 'a classic fairytale' campaign to cmake install
sheepluva
parents: 3011
diff changeset
     4
add_subdirectory(Campaign)