diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-22 09:31:43 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-22 09:31:43 +0000 |
| commit | e137ad8b1a98542192eef20b21aa85d1719c7f33 (patch) | |
| tree | a0ef066cbfc2e76c5be461ec4ef264db9493a842 /icons/Makefile | |
| parent | aa6fb7507252dec76e2c30ebfdc76b0e366851d7 (diff) | |
| download | puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.zip puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.gz puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.bz2 puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.xz | |
Add James Harvey's excellent new puzzle, `Galaxies'.
[originally from svn r7304]
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/icons/Makefile b/icons/Makefile index dd64396..35e04ce 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,8 +1,8 @@ # Makefile for Puzzles icons. -PUZZLES = blackbox bridges cube dominosa fifteen flip guess inertia lightup \ - loopy map mines net netslide pattern pegs rect samegame sixteen \ - slant solo tents twiddle unequal untangle +PUZZLES = blackbox bridges cube dominosa fifteen flip galaxies guess inertia \ + lightup loopy map mines net netslide pattern pegs rect samegame \ + sixteen slant solo tents twiddle unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -56,6 +56,7 @@ bridges-ibase.png : override CROP=264x264 107x107+157+157 dominosa-ibase.png : override CROP=304x272 152x152+152+0 fifteen-ibase.png : override CROP=240x240 120x120+0+120 flip-ibase.png : override CROP=288x288 145x145+120+72 +galaxies-ibase.png : override CROP=288x288 165x165+0+0 guess-ibase.png : override CROP=263x420 178x178+75+17 inertia-ibase.png : override CROP=321x321 128x128+193+0 lightup-ibase.png : override CROP=256x256 112x112+144+0 |