Add placeholder exit tile
authorNeil <neil@dip.sun.ac.za>
Sat, 5 Mar 2016 17:06:40 +0000 (19:06 +0200)
committerNeil <neil@dip.sun.ac.za>
Sat, 5 Mar 2016 17:34:04 +0000 (19:34 +0200)
koperkapel/images/Makefile
koperkapel/images/bunker/exit/exit.png [new file with mode: 0644]
sources/bitmap/exit/exit.png [new file with mode: 0644]

index 4959c985d960d37083e3790bedbeb390f9fdc483..9d849eae21887fa42e6a2cc18496291898dd2726 100644 (file)
@@ -8,7 +8,7 @@ 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))
 
diff --git a/koperkapel/images/bunker/exit/exit.png b/koperkapel/images/bunker/exit/exit.png
new file mode 100644 (file)
index 0000000..1cb1af9
Binary files /dev/null and b/koperkapel/images/bunker/exit/exit.png differ
diff --git a/sources/bitmap/exit/exit.png b/sources/bitmap/exit/exit.png
new file mode 100644 (file)
index 0000000..6e677ba
Binary files /dev/null and b/sources/bitmap/exit/exit.png differ