From: Neil Date: Sat, 5 Mar 2016 10:41:41 +0000 (+0200) Subject: Placeholder grate image X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=44d78d057a7f0c3e14e327069b1ff5709e8923d4 Placeholder grate image --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 3cac620..2700e15 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 +BTILE_DIRS=wall floor tunnel underground grate 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/grate/grate.png b/koperkapel/images/bunker/grate/grate.png new file mode 100644 index 0000000..8c4958e Binary files /dev/null and b/koperkapel/images/bunker/grate/grate.png differ diff --git a/sources/bitmap/grate/grate.png b/sources/bitmap/grate/grate.png new file mode 100644 index 0000000..32fa168 Binary files /dev/null and b/sources/bitmap/grate/grate.png differ