diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-02-15 21:09:09 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-02-15 21:09:09 +0000 |
| commit | 7e4f870f6d825fb750b45cacfca78c8de4f9d5da (patch) | |
| tree | 60119856e7bee7406e3dbb8ccd9190b46fccc4d6 /icons/Makefile | |
| parent | b0ad387d0567089bb7b24a15e3ea6a6910c13a19 (diff) | |
| download | puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.zip puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.gz puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.bz2 puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.xz | |
New puzzle! Setting what might be a record for how long we've sat on
a puzzle before it was ready to commit, here is 'Signpost': a clone
of janko.at's "Arrow Path", by James Harvey.
[originally from svn r8861]
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/icons/Makefile b/icons/Makefile index de60483..3e79c76 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,8 +2,8 @@ PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ inertia keen lightup loopy magnets map mines net netslide pattern \ - pegs rect samegame singles sixteen slant solo tents towers twiddle \ - unequal untangle + pegs rect samegame signpost singles sixteen slant solo tents towers \ + twiddle unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -71,6 +71,7 @@ netslide-ibase.png : override CROP=289x289 144x144+0+0 pattern-ibase.png : override CROP=384x384 223x223+0+0 pegs-ibase.png : override CROP=263x263 147x147+116+0 rect-ibase.png : override CROP=205x205 115x115+90+0 +signpost-ibase.png : override CROP=240x240 98x98+23+23 singles-ibase.png : override CROP=224x224 98x98+15+15 sixteen-ibase.png : override CROP=288x288 144x144+144+144 slant-ibase.png : override CROP=321x321 160x160+160+160 |