From: Neil Date: Sat, 5 Mar 2016 17:06:40 +0000 (+0200) Subject: Add placeholder exit tile X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=1d9e4b9e57fb1fa4f9b7b08d786e53b8269c09a5 Add placeholder exit tile --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 4959c98..9d849ea 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -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 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 index 0000000..6e677ba Binary files /dev/null and b/sources/bitmap/exit/exit.png differ