]> git.plutz.net Git - isotilejs/commitdiff
script to build bitmap tiles from svg
authorpaul <paul@plutz.net>
Thu, 13 Apr 2017 11:32:48 +0000 (11:32 +0000)
committerpaul <paul@plutz.net>
Thu, 13 Apr 2017 11:32:48 +0000 (11:32 +0000)
svn path=/trunk/; revision=5

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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=$@ $<