use of eidolons.swing.components.obj.CellComp in project Eidolons by IDemiurge.
the class AnimationManager method addOverlayingImage.
private void addOverlayingImage(Obj obj, Point c, Image img) {
CellComp objComponent = getComp(obj);
objComponent.addAnimOverlayingImage(c, img);
}
Aggregations