rename ifTransparent to ifColorKey
This should make the name less confusing.
However this image-flag will possibly be dropped completely.
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)
install(FILES
${luafiles}
${cfgfiles}
${hwpfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)