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