bullet and spit
[koperkapel.git] / koperkapel / images / Makefile
index be3de8389c328c049b9d038bfdccc9d01aafff58..9aa073d649cd58c31657163114cbc090ae402d60 100644 (file)
@@ -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))