TileImage: move Animation class from MakeTools into Graphics package
This commit is contained in:
parent
a99a6f0f1c
commit
6d76b43164
4 changed files with 28 additions and 14 deletions
|
@ -63,6 +63,10 @@ public class TileImages
|
|||
}
|
||||
return images.get(fileName);
|
||||
}
|
||||
|
||||
public TileImage parseFrameSpec(String tmp) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
void initTileImageMap()
|
||||
|
|
Reference in a new issue