diff options
| author | Simon Tatham <anakin@pobox.com> | 2012-09-08 10:48:05 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2012-09-08 10:48:05 +0000 |
| commit | 67ddba7a15573643666f0f4128d43d0095b80da0 (patch) | |
| tree | af5103ea838c4019e9f9c75384c0f65c58df939f /icons/Makefile | |
| parent | 15a4fbd1cdc2cc092bafe85b8ddd8b392bdbda7d (diff) | |
| download | puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.zip puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.gz puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.bz2 puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.xz | |
New puzzle! Contributed by Steffen Bauer, an implementation of
'Haunted Mirror Maze', a game involving placing ghosts, zombies and
vampires in a grid so that the right numbers of them are visible along
sight-lines reflected through multiple mirrors.
[originally from svn r9652]
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/icons/Makefile b/icons/Makefile index 9901de5..2d4b65b 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,9 +1,10 @@ # Makefile for Puzzles icons. -PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ - inertia keen lightup loopy magnets map mines net netslide pattern \ - pearl pegs range rect samegame signpost singles sixteen slant solo \ - tents towers twiddle unequal untangle +PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies \ + guess inertia keen lightup loopy magnets map mines net \ + netslide pattern pearl pegs range rect samegame signpost \ + singles sixteen slant solo tents towers twiddle undead \ + unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -81,6 +82,7 @@ solo-ibase.png : override CROP=481x481 145x145+24+24 tents-ibase.png : override CROP=320x320 165x165+142+0 towers-ibase.png : override CROP=300x300 102x102+151+6 twiddle-ibase.png : override CROP=192x192 102x102+69+21 +undead-ibase.png : override CROP=448x512 192x192+32+96 unequal-ibase.png : override CROP=208x208 104x104+104+104 untangle-ibase.png : override CROP=320x320 164x164+3+116 $(IBASE): %-ibase.png: %-base.png |