PlayerDrawer.java fixed.

Kitten haaad a bad name :3 :(
This commit is contained in:
ericnerdo 2016-05-13 15:22:33 +02:00
parent 13124567a0
commit e18d1a61bf

View File

@ -6,7 +6,7 @@ public class PlayerDrawer extends AbstractDrawer implements Drawer {
Player player; Player player;
public PlayerDrawer(Player p) throws IOException { public PlayerDrawer(Player p) throws IOException {
super("ONeill.png"); super("ONeill_Down.png");
player = p; player = p;
} }