diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-13 19:12:32 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-13 19:12:32 +0000 |
| commit | 0d0619868dc344a039211f8fa1105fee88bd6f24 (patch) | |
| tree | e50de7aedf097021ff019ce87b2021cf49a93c8e /icons/Makefile | |
| parent | deb5e1e5b4049301678074ef9c6b7b89ce24684d (diff) | |
| download | puzzles-0d0619868dc344a039211f8fa1105fee88bd6f24.zip puzzles-0d0619868dc344a039211f8fa1105fee88bd6f24.tar.gz puzzles-0d0619868dc344a039211f8fa1105fee88bd6f24.tar.bz2 puzzles-0d0619868dc344a039211f8fa1105fee88bd6f24.tar.xz | |
New puzzle from James H: 'Magnets'.
[originally from svn r8836]
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 282a60a..de60483 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,8 +1,8 @@ # Makefile for Puzzles icons. PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ - inertia keen lightup loopy map mines net netslide pattern pegs \ - rect samegame singles sixteen slant solo tents towers twiddle \ + inertia keen lightup loopy magnets map mines net netslide pattern \ + pegs rect samegame singles sixteen slant solo tents towers twiddle \ unequal untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) @@ -64,6 +64,7 @@ inertia-ibase.png : override CROP=321x321 128x128+193+0 keen-ibase.png : override CROP=288x288 96x96+24+120 lightup-ibase.png : override CROP=256x256 112x112+144+0 loopy-ibase.png : override CROP=257x257 113x113+0+0 +magnets-ibase.png : override CROP=264x232 96x96+36+100 mines-ibase.png : override CROP=240x240 110x110+130+130 net-ibase.png : override CROP=193x193 113x113+0+80 netslide-ibase.png : override CROP=289x289 144x144+0+0 |