From: Simon Cross Date: Fri, 4 Mar 2016 22:14:39 +0000 (+0200) Subject: Generate big serum images for management screen. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=99defb307e6cf4465b218846e7866ff9ebc31f68 Generate big serum images for management screen. --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 519112f..3cac620 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -27,10 +27,16 @@ ROACH_QUARTET=$(patsubst roach/%, roach_quartet/%, $(ROACH)) ROACH_NONET=$(patsubst roach/%, roach_nonet/%, $(ROACH)) ROACH_BIG=$(patsubst roach/%, roach_big/%, $(ROACH)) +# Aggregate serum sprites + +SERUM=$(filter serum/%, $(TILE_PNGS)) +SERUM_BIG=$(patsubst serum/%, serum_big/%, $(SERUM)) + # Default target with everything all: $(TILE_PNGS) $(BTILE_PNGS) $(SIMPLE_PNGS)\ - $(ROACH_32) $(ROACH_21) $(ROACH_QUARTET) $(ROACH_NONET) $(ROACH_BIG) + $(ROACH_32) $(ROACH_21) $(ROACH_QUARTET) $(ROACH_NONET) $(ROACH_BIG)\ + $(SERUM_BIG) # Vector tile rule @@ -78,6 +84,12 @@ roach_big/%.png: vector/roach/%.svg @mkdir -p `dirname $@` @inkscape -z -e $@ -w 192 -h 192 $< +# Big serums + +serum_big/%.png: vector/serum/%.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/serum_big/intelligence.png b/koperkapel/images/serum_big/intelligence.png new file mode 100644 index 0000000..8dd208f Binary files /dev/null and b/koperkapel/images/serum_big/intelligence.png differ diff --git a/koperkapel/images/serum_big/serum.png b/koperkapel/images/serum_big/serum.png new file mode 100644 index 0000000..158a64e Binary files /dev/null and b/koperkapel/images/serum_big/serum.png differ diff --git a/koperkapel/images/serum_big/speed.png b/koperkapel/images/serum_big/speed.png new file mode 100644 index 0000000..80bfadc Binary files /dev/null and b/koperkapel/images/serum_big/speed.png differ diff --git a/koperkapel/images/serum_big/strength.png b/koperkapel/images/serum_big/strength.png new file mode 100644 index 0000000..dfbc5c0 Binary files /dev/null and b/koperkapel/images/serum_big/strength.png differ