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:
parent
153e0e48f5
commit
2cef8e368a
2 changed files with 77 additions and 91 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue