tiles.rc: revise syntax of tile specification

changed my mind on tile specification syntax

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@728 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-07-17 19:58:14 +00:00
parent 153e0e48f5
commit 2cef8e368a
2 changed files with 77 additions and 91 deletions

View file

@ -86,9 +86,8 @@ public class MakeTiles
{
ImageSpec result = null;
for (String layerStr : spec.getValues("image")) {
for (String layerStr : spec.getImages()) {
System.err.println("parsing "+layerStr);
ImageSpec rv = new ImageSpec();
rv.background = result;
result = rv;