share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Oct 2017 22:49:39 +0200
changeset 12784 1f8a62d1609d
parent 9306 c9978ada9a3d
permissions -rw-r--r--
ACF5: Fix final animation being stuck when the cyborg's way to the right is blocked Fixed with the new maxMoveTime parameter in AnimMove. If cyborg didn't reach its destination in 7000ms, the move anim is skipped and the sequence just continues.

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")