diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-07 19:09:58 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-07 19:09:58 +0000 |
| commit | 88b66e12578be75a8cf446d1c60299dab37a7d27 (patch) | |
| tree | 9122efd0158ac786205a93da0edfede2be86353e | |
| parent | 7cd075870ed216c3197cf5322ca88af1140af482 (diff) | |
| download | puzzles-88b66e12578be75a8cf446d1c60299dab37a7d27.zip puzzles-88b66e12578be75a8cf446d1c60299dab37a7d27.tar.gz puzzles-88b66e12578be75a8cf446d1c60299dab37a7d27.tar.bz2 puzzles-88b66e12578be75a8cf446d1c60299dab37a7d27.tar.xz | |
Crop the Towers icon more sensibly (i.e. at all).
[originally from svn r8821]
| -rw-r--r-- | icons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/Makefile b/icons/Makefile index 350fd7c..3cb67a4 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -74,6 +74,7 @@ sixteen-ibase.png : override CROP=288x288 144x144+144+144 slant-ibase.png : override CROP=321x321 160x160+160+160 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 unequal-ibase.png : override CROP=208x208 104x104+104+104 untangle-ibase.png : override CROP=320x320 164x164+3+116 |