diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-25 11:37:05 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-25 11:37:05 +0000 |
| commit | df31d4f4195ea2cc3a1213da14717813aacbf404 (patch) | |
| tree | beb4cc5b483a64d9e3a045f3479478893d1ad680 /icons/Makefile | |
| parent | 8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26 (diff) | |
| download | puzzles-df31d4f4195ea2cc3a1213da14717813aacbf404.zip puzzles-df31d4f4195ea2cc3a1213da14717813aacbf404.tar.gz puzzles-df31d4f4195ea2cc3a1213da14717813aacbf404.tar.bz2 puzzles-df31d4f4195ea2cc3a1213da14717813aacbf404.tar.xz | |
New puzzle: `Filling', a Fillomino implementation by Jonas Koelker.
[originally from svn r7326]
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 35e04ce..3f11d7b 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,8 +1,8 @@ # Makefile for Puzzles icons. -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 +PUZZLES = blackbox bridges cube dominosa fifteen filling 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)) @@ -55,6 +55,7 @@ blackbox-ibase.png : override CROP=352x352 144x144+0+208 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 +filling-ibase.png : override CROP=256x256 131x131+15+79 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 |