From: Simon Cross Date: Fri, 4 Mar 2016 19:28:53 +0000 (+0200) Subject: Bigger roaches. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=598742dd92fb089973c26c79038016a04d62d416 Bigger roaches. --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 1645e4b..855b4d8 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -25,11 +25,12 @@ ROACH_32=$(patsubst roach/%, roach_32/%, $(ROACH)) ROACH_21=$(patsubst roach/%, roach_21/%, $(ROACH)) ROACH_QUARTET=$(patsubst roach/%, roach_quartet/%, $(ROACH)) ROACH_NONET=$(patsubst roach/%, roach_nonet/%, $(ROACH)) +ROACH_BIG=$(patsubst roach/%, roach_big/%, $(ROACH)) # Default target with everything all: $(TILE_PNGS) $(BTILE_PNGS) $(SIMPLE_PNGS)\ - $(ROACH_32) $(ROACH_21) $(ROACH_QUARTET) $(ROACH_NONET) + $(ROACH_32) $(ROACH_21) $(ROACH_QUARTET) $(ROACH_NONET) $(ROACH_BIG) # Vector tile rule @@ -71,6 +72,12 @@ roach_21/%.png: vector/roach/%.svg @mkdir -p `dirname $@` @inkscape -z -e $@ -w 21 -h 21 $< +# Big roaches + +roach_big/%.png: vector/roach/%.svg + @mkdir -p `dirname $@` + @inkscape -z -e $@ -w 192 -h 192 $< + # Roach quartet roach_quartet/roach_%.png: $(foreach i, 1 2 3 4, roach_32/roach_$(i).png) diff --git a/koperkapel/images/roach_big/eyes_1.png b/koperkapel/images/roach_big/eyes_1.png new file mode 100644 index 0000000..59867d4 Binary files /dev/null and b/koperkapel/images/roach_big/eyes_1.png differ diff --git a/koperkapel/images/roach_big/eyes_2.png b/koperkapel/images/roach_big/eyes_2.png new file mode 100644 index 0000000..f67dd2e Binary files /dev/null and b/koperkapel/images/roach_big/eyes_2.png differ diff --git a/koperkapel/images/roach_big/eyes_3.png b/koperkapel/images/roach_big/eyes_3.png new file mode 100644 index 0000000..59867d4 Binary files /dev/null and b/koperkapel/images/roach_big/eyes_3.png differ diff --git a/koperkapel/images/roach_big/eyes_4.png b/koperkapel/images/roach_big/eyes_4.png new file mode 100644 index 0000000..0bb6315 Binary files /dev/null and b/koperkapel/images/roach_big/eyes_4.png differ diff --git a/koperkapel/images/roach_big/roach_1.png b/koperkapel/images/roach_big/roach_1.png new file mode 100644 index 0000000..5af82d3 Binary files /dev/null and b/koperkapel/images/roach_big/roach_1.png differ diff --git a/koperkapel/images/roach_big/roach_2.png b/koperkapel/images/roach_big/roach_2.png new file mode 100644 index 0000000..a44d47b Binary files /dev/null and b/koperkapel/images/roach_big/roach_2.png differ diff --git a/koperkapel/images/roach_big/roach_3.png b/koperkapel/images/roach_big/roach_3.png new file mode 100644 index 0000000..dd4b5bb Binary files /dev/null and b/koperkapel/images/roach_big/roach_3.png differ diff --git a/koperkapel/images/roach_big/roach_4.png b/koperkapel/images/roach_big/roach_4.png new file mode 100644 index 0000000..681a7e8 Binary files /dev/null and b/koperkapel/images/roach_big/roach_4.png differ