share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Mar 2018 00:44:36 +0100
changeset 13135 824a75401a61
parent 9306 c9978ada9a3d
permissions -rw-r--r--
ACF7: Make hogs talk when you complete a part of the second mission goal (reach princess / free friends) To make sure the player doesn't forget these. Other bugfixes: - When you skip the 2nd cut scene, hero was teleported back - Increase princess <-> hero distance tolerance

file(GLOB Config *.ini)
file(GLOB Missions *.lua)
file(GLOB Packs *.hwp)

install(FILES
    ${Config}
    ${Missions}
    ${Packs}
    DESTINATION "${SHAREPATH}Data/Missions/Campaign/A_Classic_Fairytale")