X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=koperkapel%2Fimages%2FMakefile;h=9aa073d649cd58c31657163114cbc090ae402d60;hb=1559d24f13b0ce63478fcc42d4c2560df583c3f2;hp=be3de8389c328c049b9d038bfdccc9d01aafff58;hpb=43524e0a302f11d0953e86e4fac76df92ed834ac;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index be3de83..9aa073d 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -8,13 +8,13 @@ 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))