share/hedgewars/Data/Missions/Training/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 12:33:56 +0100
changeset 13087 b6df6283e2ba
parent 8443 2debc9b9f917
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.

file(GLOB Scripts *.lua)

install(FILES
    order.cfg
    ${Scripts}
    DESTINATION ${SHAREPATH}Data/Missions/Training)