Add big vehicles images.
authorSimon Cross <hodgestar@gmail.com>
Sat, 5 Mar 2016 15:35:26 +0000 (17:35 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 5 Mar 2016 15:35:26 +0000 (17:35 +0200)
koperkapel/images/Makefile
koperkapel/images/vehicle_big/quadcopter_1.png [new file with mode: 0644]
koperkapel/images/vehicle_big/robot_1.png [new file with mode: 0644]
koperkapel/images/vehicle_big/roomba_1.png [new file with mode: 0644]

index 2bea035b8d8d9a8425b3f4cb5bd6a7cc3ae1bb76..a0e7e625ef8ac448629fe50b010b947c4a8a91f4 100644 (file)
@@ -32,11 +32,16 @@ ROACH_BIG=$(patsubst roach/%, roach_big/%, $(ROACH))
 SERUM=$(filter serum/%, $(TILE_PNGS))
 SERUM_BIG=$(patsubst serum/%, serum_big/%, $(SERUM))
 
+# Big vehicles
+
+VEHICLE=$(filter vehicle_tiles/%_1.png, $(TILE_PNGS))
+VEHICLE_BIG=$(patsubst vehicle_tiles/%, vehicle_big/%, $(VEHICLE))
+
 # Default target with everything
 
 all: $(TILE_PNGS) $(BTILE_PNGS) $(SIMPLE_PNGS)\
        $(ROACH_32) $(ROACH_21) $(ROACH_QUARTET) $(ROACH_NONET) $(ROACH_BIG)\
-       $(SERUM_BIG)
+       $(SERUM_BIG) $(VEHICLE_BIG)
 
 # Vector tile rule
 
@@ -90,6 +95,12 @@ serum_big/%.png: vector/serum/%.svg
        @mkdir -p `dirname $@`
        @inkscape -z -e $@ -w 192 -h 192 $<
 
+# Big vehicles
+
+vehicle_big/%_1.png: vector/vehicle_tiles/%_1.svg
+       @mkdir -p `dirname $@`
+       @inkscape -z -e $@ -w 576 -h 576 $<
+
 # Roach quartet
 
 roach_quartet/roach_%.png: $(foreach i, 1 2 3 4, roach_32/roach_$(i).png)
diff --git a/koperkapel/images/vehicle_big/quadcopter_1.png b/koperkapel/images/vehicle_big/quadcopter_1.png
new file mode 100644 (file)
index 0000000..9382c11
Binary files /dev/null and b/koperkapel/images/vehicle_big/quadcopter_1.png differ
diff --git a/koperkapel/images/vehicle_big/robot_1.png b/koperkapel/images/vehicle_big/robot_1.png
new file mode 100644 (file)
index 0000000..2809600
Binary files /dev/null and b/koperkapel/images/vehicle_big/robot_1.png differ
diff --git a/koperkapel/images/vehicle_big/roomba_1.png b/koperkapel/images/vehicle_big/roomba_1.png
new file mode 100644 (file)
index 0000000..554075f
Binary files /dev/null and b/koperkapel/images/vehicle_big/roomba_1.png differ