TileImage: move Animation class from MakeTools into Graphics package

This commit is contained in:
Jason Long 2014-09-20 12:33:25 -04:00
parent a99a6f0f1c
commit 6d76b43164
4 changed files with 28 additions and 14 deletions

View file

@ -63,6 +63,10 @@ public class TileImages
}
return images.get(fileName);
}
public TileImage parseFrameSpec(String tmp) {
throw new UnsupportedOperationException();
}
}
void initTileImageMap()