share/hedgewars/Data/Themes/Halloween/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 07:09:18 +0200
changeset 12576 903a30fb49e6
parent 2602 3deb9ff104da
permissions -rw-r--r--
Fix team colors of most teams in A Space Adventure to denote correct ally status A Space Adventure often gave different colors to allied teams, which is wrong! A few exceptions remain for technical reasons.

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    DESTINATION ${SHAREPATH}Data/Themes/Halloween)