share/hedgewars/Data/Themes/Underwater/CMakeLists.txt
author smxx
Sat, 27 Mar 2010 20:51:53 +0000
changeset 3123 b0a02930a1dc
parent 2602 3deb9ff104da
permissions -rw-r--r--
Engine: * Added sounds for Birdy (eggs breaking still missing) * Added random coughs/moans to poisoned hogs * Fixed one frame flickers when using fade in/out * Fixed fade in/out while using zoom Frontend: * Added chat context menu icons Themes: * Updated Underwater's horizon

file(GLOB images *.png)

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