From: paul Date: Thu, 13 Apr 2017 11:32:48 +0000 (+0000) Subject: script to build bitmap tiles from svg X-Git-Url: http://git.plutz.net/?p=isotilejs;a=commitdiff_plain;h=f6fa54ab059b755dbff67b4f1430ee221fa90993 script to build bitmap tiles from svg svn path=/trunk/; revision=5 --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13052a5 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: all + +all: tileset.png character.png + +tileset.png: tileset3.svg + inkscape -Cd 180 --export-png=$@ $< + +character.png: character_3.svg + inkscape -Cd 180 --export-png=$@ $<