From: Simon Cross Date: Sat, 5 Mar 2016 15:35:26 +0000 (+0200) Subject: Add big vehicles images. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=3c60c1bcd78dcf2651791a1ee72d7266a3968b81 Add big vehicles images. --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 2bea035..a0e7e62 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -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 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 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 index 0000000..554075f Binary files /dev/null and b/koperkapel/images/vehicle_big/roomba_1.png differ