share/hedgewars/Data/Maps/Control/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 13 Nov 2017 22:14:45 +0100
changeset 12841 8610462e3d33
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove 2 unused number tags in Construction Mode GUI These numbers are shown aside the power tag, but the numbers never change. They don't serve any purpose and are just visual clutter and annoying, since they partially overlap. They are probably a leftover from copying code over from other scripts. With this changeset, only the power and turn time are left visible, as it is supposed to.

install(FILES
    map.cfg
    map.lua
    map.png
    preview.png
    desc.txt
    DESTINATION ${SHAREPATH}Data/Maps/Control)