Search in sources :

Example 6 with CellComp

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);
}
Also used : CellComp(eidolons.swing.components.obj.CellComp)

Aggregations

CellComp (eidolons.swing.components.obj.CellComp)6 BattleFieldObject (eidolons.entity.obj.BattleFieldObject)1 DC_Obj (eidolons.entity.obj.DC_Obj)1 Unit (eidolons.entity.obj.unit.Unit)1 Coordinates (main.game.bf.Coordinates)1 DequeImpl (main.system.datatypes.DequeImpl)1 SmartText (main.system.text.SmartText)1