share/hedgewars/Data/Themes/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 20:24:58 +0200
changeset 12681 2e6dcd97f085
parent 12114 661419bbf05e
permissions -rw-r--r--
No longer jiggle sticky mines if using portable portal device This fixes the sticky mine sound playing when using portal gun while any sticky mine is placed on ground. We decided that placed sticky mines can't be teleported.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     2
    Art
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     3
    Bamboo
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     4
    Bath
12114
661419bbf05e Enable beach theme install
nemo
parents: 10704
diff changeset
     5
    Beach
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     6
    Blox
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     7
    Brick
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     8
    Cake
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
     9
    Cave
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    10
    Castle
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    11
    Cheese
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    12
    Christmas
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    13
    City
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    14
    Compost
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    15
    CrazyMission
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    16
    Deepspace
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    17
    Desert
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    18
    EarthRise
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    19
    Eyes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    20
    Freeway
8842
21c4ed977d0e Fruit theme
Randi
parents: 8443
diff changeset
    21
    Fruit
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    22
    Golf
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    23
    Halloween
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    24
    Hell
10704
debf838fb139 Add Hoggywood. Theme by Rofra, updated and improved by Wuzzy
Wuzzy
parents: 8842
diff changeset
    25
    Hoggywood
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    26
    Island
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    27
    Jungle
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    28
    Nature
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    29
    Olympics
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    30
    Planes
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    31
    Sheep
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    32
    Snow
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    33
    Stage
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    34
    Underwater
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    35
    )
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6090
diff changeset
    36
    add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    37
endforeach(dir)