Generate big serum images for management screen.
authorSimon Cross <hodgestar@gmail.com>
Fri, 4 Mar 2016 22:14:39 +0000 (00:14 +0200)
committerSimon Cross <hodgestar@gmail.com>
Fri, 4 Mar 2016 22:14:39 +0000 (00:14 +0200)
koperkapel/images/Makefile
koperkapel/images/serum_big/intelligence.png [new file with mode: 0644]
koperkapel/images/serum_big/serum.png [new file with mode: 0644]
koperkapel/images/serum_big/speed.png [new file with mode: 0644]
koperkapel/images/serum_big/strength.png [new file with mode: 0644]

index 519112fc084552e8622ec6790d397bff9b9181a7..3cac6205d7c305ec2e8bed5d2d541678c38794c2 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..dfbc5c0
Binary files /dev/null and b/koperkapel/images/serum_big/strength.png differ