Initial test code to render isometric tiles, including test art and test map.

This commit is contained in:
Justin Marshall
2020-06-26 20:07:36 -07:00
parent d3fca9b7d2
commit 2a74c0750e
9 changed files with 444 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
set PATH="C:\Program Files\ImageMagick-7.0.10-Q16-HDRI"
magick.exe convert sno1.png -alpha set -virtual-pixel transparent +distort Affine "0,512 0,0 0,0 -87,-50 512,512 87,-50" -background none -compose plus -bordercolor black -compose over -border 5x2 sno1_iso.png
pause