diff options
| author | Jonas Kölker <jonaskoelker@yahoo.com> | 2015-10-02 13:13:39 +0200 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-10-18 17:53:28 +0100 |
| commit | 6860c65bb3807dd83830e047d35d8f0fe4e89a86 (patch) | |
| tree | 7ce7cfcdead700b170dae426eb6b2d95539cb4cc /icons/Makefile | |
| parent | b33b83429f043c79f3562a22a192ab34d2d3fcca (diff) | |
| download | puzzles-6860c65bb3807dd83830e047d35d8f0fe4e89a86.zip puzzles-6860c65bb3807dd83830e047d35d8f0fe4e89a86.tar.gz puzzles-6860c65bb3807dd83830e047d35d8f0fe4e89a86.tar.bz2 puzzles-6860c65bb3807dd83830e047d35d8f0fe4e89a86.tar.xz | |
Add a new puzzle: Palisade.
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 612b93c..00dae1f 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,9 +2,9 @@ PUZZLES = blackbox bridges cube dominosa fifteen filling flip flood \ galaxies guess inertia keen lightup loopy magnets map mines \ - net netslide pattern pearl pegs range rect samegame \ - signpost singles sixteen slant solo tents towers twiddle \ - tracks undead unequal unruly untangle + net netslide palisade pattern pearl pegs range rect \ + samegame signpost singles sixteen slant solo tents towers \ + twiddle tracks undead unequal unruly untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -73,6 +73,7 @@ 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 +palisade-ibase.png : override CROP=288x288 192x192+0+0 pattern-ibase.png : override CROP=384x384 223x223+0+0 pearl-ibase.png : override CROP=216x216 94x94+108+15 pegs-ibase.png : override CROP=263x263 147x147+116+0 |