all: tileset.png character.png
-tileset.png: tileset3.svg
- inkscape -Cd 180 --export-png=$@ $<
+tileset.png: tileset4.svg
+ inkscape -Cd 192 --export-png-antialias 1 --export-png=$@ $<
-character.png: character_3.svg
- inkscape -Cd 180 --export-png=$@ $<
+character.png: character_5.blend
+ mkdir -p render/
+ blender -b "$<" -a
+ montage render/????.png -background transparent -tile 24x -geometry +0+0 "$@"