MakeTiles: recognize .xml image specifications
with .xml image specifications, we can support layers, animations, and (eventually) complex/conditional images.
This commit is contained in:
parent
206c12a0c4
commit
f17989412e
2 changed files with 69 additions and 1 deletions
5
graphics/sample-layered-image.xml
Normal file
5
graphics/sample-layered-image.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<layered-image>
|
||||
<image src="turf" />
|
||||
<image src="trees"/>
|
||||
</layered-image>
|
Reference in a new issue