diff --git a/cicaprojekt/PlayerBaseDrawer.java b/cicaprojekt/PlayerBaseDrawer.java index aedd4f1..190ffb9 100644 --- a/cicaprojekt/PlayerBaseDrawer.java +++ b/cicaprojekt/PlayerBaseDrawer.java @@ -6,7 +6,7 @@ public class PlayerBaseDrawer extends AbstractDrawer implements Drawer { PlayerBase playerbase; public PlayerBaseDrawer(PlayerBase pb) throws IOException { - super("Replicator.png"); + super("Replicator_Down.png"); playerbase = pb; }