ASA: Improve displaying of mission panels all over the place
Also fix mission panel often not shown when watching full intro sequence.
file(GLOB Config *.ini)
file(GLOB Missions *.lua)
file(GLOB Packs *.hwp)
install(FILES
${Config}
${Missions}
${Packs}
DESTINATION "${SHAREPATH}Data/Missions/Campaign/A_Space_Adventure")