MakeTiles: recognize .xml image specifications

with .xml image specifications, we can support layers, animations,
and (eventually) complex/conditional images.
This commit is contained in:
Jason Long 2015-01-03 20:56:54 -05:00
parent 206c12a0c4
commit f17989412e
2 changed files with 69 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<layered-image>
<image src="turf" />
<image src="trees"/>
</layered-image>