share/hedgewars/Data/Missions/Scenario/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 12:33:56 +0100
changeset 13087 b6df6283e2ba
parent 11968 1de4d6b35748
child 13601 d5f62417f014
permissions -rw-r--r--
Sort all core missions in training menu more logically The missions are now sorted as specified in the new order.cfg files in the Missions subfolders. Training missions are now sorted in the order you should play them. Challenges are semi-logically grouped. Scenarios are roughly sorted by difficulty. All missions not mentioned in order.cfg are simply added in no particular order at the end.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11968
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents:
diff changeset
     1
file(GLOB Scripts *.lua)
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents:
diff changeset
     2
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents:
diff changeset
     3
install(FILES
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents:
diff changeset
     4
    ${Scripts}
13087
b6df6283e2ba Sort all core missions in training menu more logically
Wuzzy <Wuzzy2@mail.ru>
parents: 11968
diff changeset
     5
    order.cfg
11968
1de4d6b35748 Mission recategorization into trainings, challenges and scenarios.
Wuzzy <almikes@aol.com>
parents:
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Missions/Scenario)