X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=9aa073d649cd58c31657163114cbc090ae402d60;hb=HEAD;hp=a0e7e625ef8ac448629fe50b010b947c4a8a91f4;hpb=3c60c1bcd78dcf2651791a1ee72d7266a3968b81;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index a0e7e62..9aa073d 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -2,19 +2,19 @@ VPATH=../../sources # Vector tiles -TILE_DIRS=roach serum vehicle_tiles fixtures weapons +TILE_DIRS=roach serum vehicle_tiles fixtures weapons rat TILE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(TILE_DIRS)) -name "*.svg") TILE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(TILE_SVGS)) # Bitmap tiles -BTILE_DIRS=wall floor tunnel underground grate +BTILE_DIRS=wall floor tunnel underground grate exit BTILE_SRC=$(shell find $(patsubst %, $(VPATH)/bitmap/%, $(BTILE_DIRS)) -name "*.png") BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC)) # Vector images to rasterize without resizing -SIMPLE_DIRS=roach_management vehicles +SIMPLE_DIRS=roach_management vehicles splash projectiles SIMPLE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(SIMPLE_DIRS)) -name "*.svg") SIMPLE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(SIMPLE_SVGS))